Re: [go-nuts] Go packaging

2019-03-18 Thread Sam Whited
On Mon, Mar 18, 2019, at 06:24, Nada Saif wrote: > I am learning to Go. For packages, do I need to use GitHub? > I tried to build two packages one accessing functions from the other. Welcome! You can use whatever repository hosting you want, and even use your own domain name with it! I encourage

[go-nuts] Go packaging

2019-03-17 Thread Nada Saif
Hi, I am learning to Go. For packages, do I need to use GitHub? I tried to build two packages one accessing functions from the other. With windows go path is set to c:/users/name/go This what I did: cd to package1, and run "go install" I should see the package installed in gopath/pkg, but it is