Add gofmt targets

This commit is contained in:
2024-08-08 19:16:26 -04:00
parent e31e451bf5
commit 13af0a97b5
+1
View File
@@ -1,3 +1,4 @@
#!/bin/sh
gofmt -l -w -s ./core/*.go ./sync/*.go ./libmuttonserver.go
git commit -am "$1"
git push