diff --git a/commit.sh b/commit.sh index a992985..a5450e1 100755 --- a/commit.sh +++ b/commit.sh @@ -1,6 +1,6 @@ #!/bin/sh gofmt -l -w -s ./src/cli/*.go gofmt -l -w -s ./src/backend/*.go -git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE main.go mutn.go libmuttonserver.go README.md +git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md git commit -m "$1" git push