diff --git a/commit.sh b/commit.sh index 8d7c559..d781272 100755 --- a/commit.sh +++ b/commit.sh @@ -1,3 +1,4 @@ #!/bin/sh +gofmt -l -w -s ./core/*.go ./sync/*.go ./libmuttonserver.go git commit -am "$1" git push