diff --git a/before-commit.sh b/before-commit.sh index 0a2a214..5058759 100755 --- a/before-commit.sh +++ b/before-commit.sh @@ -1,6 +1,6 @@ #!/bin/bash -gofmt -s -w ./.. +gofmt -s -w . golint ./... go vet ./... go test -v -race ./...