Re: [go-nuts] Re: Need help with go modules

2020-05-26 Thread Henry
You are right. Thanks for the correction. Import path is the correct Go term. On Monday, May 25, 2020 at 12:04:16 PM UTC+7, Jan Mercl wrote: > > On Sun, May 24, 2020 at 6:58 AM Henry > > wrote: > > To create a Go Module, step inside your project folder, and type go mod > init where is the qu

Re: [go-nuts] Re: Need help with go modules

2020-05-24 Thread Jan Mercl
On Sun, May 24, 2020 at 6:58 AM Henry wrote: > To create a Go Module, step inside your project folder, and type go mod init > where is the qualified name of your project. For > instance, if you want to call your project "github.com/henry/myproject", then > inside your myproject folder, type g