Add kafka and postgres clients to vendor directory
This commit is contained in:
parent
2f965c6b33
commit
a78e0cba8e
876 changed files with 73718 additions and 0 deletions
10
vendor/src/github.com/rcrowley/go-metrics/validate.sh
vendored
Normal file
10
vendor/src/github.com/rcrowley/go-metrics/validate.sh
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# check there are no formatting issues
|
||||
GOFMT_LINES=`gofmt -l . | wc -l | xargs`
|
||||
test $GOFMT_LINES -eq 0 || echo "gofmt needs to be run, ${GOFMT_LINES} files have issues"
|
||||
|
||||
# run the tests for the root package
|
||||
go test .
|
||||
Loading…
Add table
Add a link
Reference in a new issue