[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

Re: [go-nuts] I have an issue in go after make

2019-03-08 Thread Nada Saif
issue, please see: > > [image: x.png] > > > > > > What do you suggest? > > > > On Fri, 8 Mar 2019 at 17:31, Nick wrote: > > > > > Quoth Nada Saif: > > > > The go command works, but when I try to build any golang code, it > giv

Re: [go-nuts] I have an issue in go after make

2019-03-08 Thread Nada Saif
On Fri, 8 Mar 2019 at 16:08, Ian Lance Taylor wrote: > On Fri, Mar 8, 2019 at 5:09 AM Nada Saif wrote: > > > > Hi, I am installing a dev environment on ubuntu vm. > > The installation went well but at the end I got a messsage "/bin/sh :go > not found" > &g

[go-nuts] I have an issue in go after make

2019-03-08 Thread Nada Saif
Hi, I am installing a dev environment on ubuntu vm. The installation went well but at the end I got a messsage "/bin/sh :go not found" Go is installed, I also added the path to .bashrc file go version go version go1.12 linux/amd64 which go /usr/local/go/bin/go Can you please suggest ways to re