We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aecc4 commit 602c380Copy full SHA for 602c380
1 file changed
Makefile
@@ -17,7 +17,7 @@ lint: ## Run golangci-lint
17
18
fmt: ## Format code
19
gofmt -w .
20
- goimports -w .
+ go run golang.org/x/tools/cmd/goimports@latest -w .
21
22
deps: ## Download dependencies
23
go mod download
0 commit comments