Skip to content

Files

Latest commit

70ce1eb · Jun 22, 2017

History

History
14 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 482 Bytes

go-qr-annotator

Generates and annotates QR codes in Go, exports PNGs, provides web interface

Building

  • Project uses go-bindata to compile ttf fonts into an asset file, bindata.go
    • go get go get -u github.com/jteeuwen/go-bindata/...
    • $GOPATH/bin/go-bindata fonts
    • go get
    • Should now have bindata.go
  • Build package
    • go build

Running