@@ -5,6 +5,7 @@ default: debug test run
debug:
go vet ./...
gofmt -d ./
+ gofmt -w ./
go build -mod vendor -o ./fave
test: