Comment 2 for bug 1490299

Revision history for this message
Dave Cheney (dave-cheney) wrote :

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 this bug if you think I have not addressed your problem. You may also find it useful to drop by irc, #golang on freenode, the slack channel, or the golang-nuts mailing list.