2019-11-20 21:58:42 +01:00
|
|
|
# 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`
|
2019-11-21 10:08:17 +01:00
|
|
|
- `go get github.com/disintegration/imaging`
|
|
|
|
|
2019-11-20 21:58:42 +01:00
|
|
|
Kompilieren mit: `go build main.go`
|
|
|
|
|