Re: [go-nuts] GO build can't find package - Need help!!

2018-12-20 Thread Sebastien Binet
On Thu, Dec 20, 2018 at 4:48 AM Bhoompally Manipal wrote: > New to go...trying to build go project using "go build main.go" fails > with the below error. verified the $GOPATH (C:\Users\mbhoompa\go) and > $GOROOT (C:\Go). Looks like its trying to append $GOPATH twice..any > thoughts? > just run

[go-nuts] GO build can't find package - Need help!!

2018-12-19 Thread Bhoompally Manipal
New to go...trying to build go project using "go build main.go" fails with the below error. verified the $GOPATH (C:\Users\mbhoompa\go) and $GOROOT (C:\Go). Looks like its trying to append $GOPATH twice..any thoughts? config\config.go:4:2: cannot find package "_/C_/Users/mbhoompa/go/src/sft