Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@soumitradev soumitradev released this 22 May 12:24

The first release of the GraphQL Dwitter API in Go.

Yes, I'm flexing Go's cross compile feature.
Did it take like 1 hour to compile all this? Yes.
Did it amount to 1GB of upload in total? Yes.
Was it fun seeing a binary on Windows Subsystem for Linux v1, a limited Linux kernel running natively on Windows 10 spit out binaries for all kinds of platforms and architectures? Also yes. This one especially.

Cross compiling on Go has blown my mind.

I've cross compiled on C++ before, on an AMD64 machine, for an AMD64 machine, and it was a headache.

This thing just spits out all kinds of binaries effortlessly. Simply amazing.