I guess I didn't actually ask a question here - is there a way to set this stuff (file version, copyright, etc) that can be defined as part of the Go build?
Windows has some standard file metadata that can be set on executables... I'd like to be able to set that in my projects... but I can't seem to google fu my way into how to do it (other than using a third party tool to retroactively set the properties after the build).
--