On Sun, May 24, 2020 at 6:58 AM Henry <henry.adisuma...@gmail.com> 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/CAA40n-VBGdXanPH0kcssShgfbc-eHBjDgZLUUJoDunzYCZEnVA%40mail.gmail.com.

Reply via email to