envconf/.hooks/pre-commit
2022-01-29 13:31:31 +01:00

7 lines
94 B
Bash
Executable File

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