This commit is contained in:
2022-01-29 13:29:09 +01:00
parent 179666c8f9
commit 0a589a2565
4 changed files with 39 additions and 2 deletions

View File

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