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 <henry.a...@gmail.com <javascript:>> 
> wrote: 
> > To create a Go Module, step inside your project folder, and type go mod 
> init <namespace> where <namespace> 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 go mod init 
> github.com/henry/myproject 
>
> s/<namespace>/import path/. Namespaces as well as "qualified name of 
> your project" have no definition in the specs. Import path has: 
> https://golang.org/ref/spec#Import_declarations 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/c4a78992-08c1-4c71-85e1-32d7d54ba2d1%40googlegroups.com.

Reply via email to