Files
src.dualinventive.com/go/nbiot-interface/vendor/gopkg.in/vmihailenco/msgpack.v2/Makefile
2024-08-09 12:10:16 +02:00

6 lines
97 B
Makefile

all:
go test ./...
env GOOS=linux GOARCH=386 go test ./...
go test ./... -short -race
go vet