generate uuid and save as PNG of QRCode(H).
$ go get github.com/mattn/gom
$ go get github.com/mitchellh/gox
$ gom install
$ gom exec gox -output "dist/qruuid_{{.OS}}_{{.Arch}}/qruuid"
$ ./qruuid
e1018559-cc0a-4a29-a6ac-2369f626e92c
$ ls
e1018559-cc0a-4a29-a6ac-2369f626e92c.png
click qruuid.exe
.
master branch is released automaticaly to giraffi/go-uuid-qrcode/releases/tag/master
by travis.
go get github.com/tcnksm/ghr
find dist/* -type d -exec zip -r {}.zip {} \;
gom exec ghr --username giraffi --token $GITHUB_TOKEN v0.2.0 dist/
MIT