[Bug 1490299] Re: Environment variables "GOBIN", "GOEXE" etc. not set

2015-09-01 Thread Dave Cheney
Go install takes a package path, not a file. Please consult this document, https://golang.org/doc/code.html This is not a channel for support request using Go, I recommend you ask on the irc channel, slack, or the golang-nuts mailing list. ** Changed in: golang (Ubuntu) Status: New => Inv

[Bug 1490299] Re: Environment variables "GOBIN", "GOEXE" etc. not set

2015-09-01 Thread Shashank VRSN Sabniveesu
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1490299/comments/2 refers just to a specific case seen in the original screenshot attached. ** Changed in: golang (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1490299] Re: Environment variables "GOBIN", "GOEXE" etc. not set

2015-09-01 Thread Shashank VRSN Sabniveesu
I performed a fresh installation of the package 'golang' on a new system. I had to manually set GOPATH to point to my workspace which is understandable. On executing 'go install', I receive the following notice ** Attachment added: "GOBIN-not-set.png" https://bugs.launchpad.net/ubuntu/+sourc

[Bug 1490299] Re: Environment variables "GOBIN", "GOEXE" etc. not set

2015-08-30 Thread Dave Cheney
GORUN, GOBIN, GOEXE etc are optional environment variables and are not required to use Go. In fact, you really shouldn't set them Looking at the screenshot you provided the reason your program did not compile is you have a syntax error, you want fmt.Printf (capital P). Please feel free to reopen