paypale/before-commit.sh
Aliaksandr Pliutau 3f5e093801 godoc comments
2015-12-29 16:21:11 +07:00

7 lines
69 B
Bash
Executable File

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