|\ /|     scroll down for older posts.
= o.o =

Sonntag, 24. Juli 2016

pepperpickle v0.0.3 released!

I proudly announce the release of pepperpickle v0.0.3

Executable binaries for Windows, Linux and Mac OS X can be downloaded here:
https://github.com/w33zl3p00tch/pepperpickle/releases


Any bug reports, feature requests and comments are greatly appreciated.

Cross Compiling Golang for Windows on Linux

Michael Tiller made a thorough write-up on cross compiling Go on Linux, which is still valid as of go 1.6.3:
Building Windows executables on Linux WITH CGo [https://groups.google.com]

I had to build like this to make it work:
$ GOOS=windows GOARCH=amd64 go build hello.go