web | ||
.gitignore | ||
main.go | ||
qrcode.png | ||
README.md |
Go test App
Zum Kompilieren folgende Go-Abhängigkeiten installieren:
go get github.com/gorilla/mux
go get github.com/boombuler/barcode
go get github.com/boombuler/barcode/qr
Kompilieren mit: go build main.go