Skip to content

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

Notifications You must be signed in to change notification settings

brdrcol/go-qr-annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages