We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daeb64 commit 6f32aa7Copy full SHA for 6f32aa7
Makefile
@@ -25,6 +25,10 @@ clean: ## remove files created during build pipeline
25
rm -f '"$(shell go env GOCACHE)/../golangci-lint"'
26
go clean -i -cache -testcache -modcache -fuzzcache -x
27
28
+.PHONY: run
29
+run: ## Run the Go application
30
+ go run main.go
31
+
32
.PHONY: mod
33
mod: ## go mod tidy
34
go mod tidy
0 commit comments