We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2441d commit 802eee5Copy full SHA for 802eee5
1 file changed
Makefile
@@ -53,5 +53,5 @@ fmt:
53
gofumpt -l -w $(GO_FILES)
54
55
.PHONY: swag
56
-swag:
+swag: build
57
swag init --parseDependency=true --exclude $(TESTS_DIR) -g cmd/pushbits/main.go
0 commit comments