add vendor
This commit is contained in:
6
vendor/github.com/vmihailenco/msgpack/v4/Makefile
generated
vendored
Normal file
6
vendor/github.com/vmihailenco/msgpack/v4/Makefile
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
all:
|
||||
go test ./...
|
||||
go test ./... -short -race
|
||||
go test ./... -run=NONE -bench=. -benchmem
|
||||
env GOOS=linux GOARCH=386 go test ./...
|
||||
golangci-lint run
|
Reference in New Issue
Block a user