mirror of
https://github.com/minio/minio.git
synced 2025-11-11 22:40:14 -05:00
committed by
Harshavardhana
parent
664ff063a1
commit
8e6e9301ce
21
vendor/gopkg.in/Shopify/sarama.v1/Makefile
generated
vendored
Normal file
21
vendor/gopkg.in/Shopify/sarama.v1/Makefile
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
default: fmt vet errcheck test
|
||||
|
||||
test:
|
||||
go test -v -timeout 60s -race ./...
|
||||
|
||||
vet:
|
||||
go vet ./...
|
||||
|
||||
errcheck:
|
||||
errcheck github.com/Shopify/sarama/...
|
||||
|
||||
fmt:
|
||||
@if [ -n "$$(go fmt ./...)" ]; then echo 'Please run go fmt on your code.' && exit 1; fi
|
||||
|
||||
install_dependencies: install_errcheck get
|
||||
|
||||
install_errcheck:
|
||||
go get github.com/kisielk/errcheck
|
||||
|
||||
get:
|
||||
go get -t
|
||||
Reference in New Issue
Block a user