Re: [go-nuts] Go modules question

2023-08-16 Thread Kurtis Rader
On Wed, Aug 16, 2023 at 7:10 PM joseph.p...@gmail.com < joseph.p.mcguc...@gmail.com> wrote: > I’m reading a GO book for beginners. They’re always naming their module > in the form: > github.com/username/program > > Is the ‘github.com’ portion of the module name mandatory? I really have > no int

[go-nuts] Go modules question

2023-08-16 Thread joseph.p...@gmail.com
I’m reading a GO book for beginners. They’re always naming their module in the form: github.com/username/program Is the ‘github.com’ portion of the module name mandatory? I really have no intention of saving my code to github. If i’m saving my code locally, can i use an arbitrary module name