I\'ve been having a hard time trying to execute a simple golang program in a virtual machine powered by vagrant.
These are the relevant fields of my go env:
As a new go user I came upon this answer looking for someone to tell me that I need to start my scripts with package main although my error was a little different,
... expected 'package', found 'import'
It's real obvious now, but hey, that's how it goes.