envconf/.hooks/pre-commit
2021-03-26 17:17:52 +01:00

4 lines
45 B
Bash
Executable File

#!/usr/bin/env bash
go fmt *.go
git add *.go