When I run the command
go build
I end up with an application that's too large, doesn't run and with lots of errors.
I'm using the same source as someone else that's teaching me. I'm too embarrassed to ask him these questions. I understand the different OS make a difference, but should it affect the actual program and how it works?
How do I find out what version of Go was used and which compiler was used on a already-compiled application? It's just a app file.