11 lines
288 B
Markdown
11 lines
288 B
Markdown
# 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`
|
|
|