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 2693419 commit c874eceCopy full SHA for c874ece
Makefile
@@ -61,7 +61,7 @@ fmt:
61
| xargs gofmt -s -l -w
62
63
golangci-lint:
64
- golangci-lint run ./pkg/...
+ golangci-lint run ./pkg/... ./examples/...
65
66
generate:
67
go generate $(MODULE)/...
0 commit comments