Remove gofmt targets that have been relocated

This commit is contained in:
2024-08-08 19:14:56 -04:00
parent 73346b15cb
commit 113883f40a
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
gofmt -l -w -s ./src/cli/*.go ./src/backend/*.go ./mutn.go ./libmuttonserver.go
gofmt -l -w -s ./src/cli/*.go ./mutn.go
git commit -am "$1"
git push