envconf/.hooks/pre-commit

4 lines
45 B
Plaintext
Raw Normal View History

2021-03-26 16:17:52 +00:00
#!/usr/bin/env bash
go fmt *.go
git add *.go