fix hooks

This commit is contained in:
2022-01-29 13:31:31 +01:00
parent 0a589a2565
commit 73278439b0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bash
go fmt *.go tests/*.go
go fmt *.go
go fmt tests/*.go
git add *.go tests/*.go
git add tests/*.go