paypal/before-commit.sh
2016-12-22 12:10:16 +07:00

7 lines
75 B
Bash
Executable File

#!/bin/bash
go fmt ./...
golint ./...
go vet ./...
go test -v -race ./...