fogleman/primitive mit Windows
Öffnen einer neuen cmd-Shell und ausführen:
go get -u github.com/fogleman/primitive
Windows 64 Bit Executable erzeugen
cd C:\
git clone https://github.com/fogleman/primitive.git
cd primitive
set GOOS=windows
set GOARCH=amd64
go build -o primitive.exe main.go