Matthew Veety writes: > Building anything on a raspberry pi is a bit of a chore. I highly=20 > recommend running go on your cpu server and/or local to your filesystem.=20 > The generated binaries seem to work fine.
Go does wonderfully when it comes to generating binaries for non-native architectures. I have a few Go-based tools I use at work that I build on any number of archictures (macos, freebsd, openbsd, linux / armX, i386, amd64)) that I need to run on one or many of the above. They all just work. Makes debugging a breeze. But now that they are succumbing to the shared lib/obj doctrine, I'm sure I will soon go back to writing C code, since the advantage of those static go binaries is about to be lost :-(
