golangtest/README.md

11 lines
288 B
Markdown
Raw Normal View History

# 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`
- `go get github.com/disintegration/imaging`
Kompilieren mit: `go build main.go`