> On Wednesday, 11 October 2017 16:04:28 UTC+11, Pat Farrell wrote: > 1) is the standard documentation wrong/out of date?
What documentation are you referring to? Did you read https://golang.org/doc/code.html ? > 2) how do I get the go build process to create a hello.exe rather than go.exe? I suspect Go uses your current directory to name your output file. Read https://golang.org/doc/code.html how to organize your Go code. You could also use -o flag to provide whatever output file name you like, for example "go build -o hello.exe". > 3) how do I get the bash shell to let me just type 'go build' like we all want? What bash shell are you talking about? Windows does not come with bash shell. If you have Linux install, then you should install Linux version of Go, not Windows version of Go. I hope it helps. Alex -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.