I\'ve just created my first go application on Windows.
How do I give it an icon?
There doesn\'t seem to be any build flags to do this, and I know golang doesn\'t
There is a github package GoVersionInfo by Joseph Spurrier:
Microsoft Windows File Properties/Version Info and Icon Resource Generator for the Go Language
Package creates a syso file which contains Microsoft Windows Version Information and an optional icon. When you run "go build", Go will embed the version information and an optional icon and an optional manifest in the executable. Go will automatically use the syso file if it's in the same directory as the main() function.