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 a6cc30c commit 86e1d45Copy full SHA for 86e1d45
Makefile
@@ -27,7 +27,7 @@ clean: ## remove files created during build pipeline
27
28
.PHONY: run
29
run: ## go run
30
- go run main.go
+ go run .
31
32
.PHONY: mod
33
mod: ## go mod tidy
0 commit comments