envconf/.hooks/pre-commit

7 lines
94 B
Plaintext
Raw Normal View History

2021-03-26 17:17:52 +01:00
#!/usr/bin/env bash
2022-01-29 13:31:31 +01:00
go fmt *.go
go fmt tests/*.go
2022-01-29 13:29:09 +01:00
git add *.go tests/*.go
2022-01-29 13:31:31 +01:00
git add tests/*.go