shiori/.githooks/pre-commit
2020-08-06 21:08:43 +02:00

5 lines
60 B
Bash
Executable file

#!/bin/zsh -e
golint -set_exit_status ./...
go mod tidy -v