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 ef1e262 commit a6cc30cCopy full SHA for a6cc30c
Makefile
@@ -26,7 +26,7 @@ clean: ## remove files created during build pipeline
26
go clean -i -cache -testcache -modcache -fuzzcache -x
27
28
.PHONY: run
29
-run: ## Run the Go application
+run: ## go run
30
go run main.go
31
32
.PHONY: mod
0 commit comments