Fun.. managed to cross-compile a standalone #golang application entirely from within #Ubuntu into a Windows executable by using the mingw32 package, so I could send the executable to some friends for them to play with. The application includes goyaml, which is a cgo-dependent Go package (integrates C and Go code together). The application was unchanged, and the executable actually works.
Shared publiclyView activity