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
This worked out for me
go get github.com/akavel/rsrc rsrc -ico YOUR_ICON_FILE_NAME.ico go build