Remove `golangci-lint` from `go.mod`
iredmail opened this issue · 3 comments
iredmail commented
Dear developers,
If i understand correctly, you can always run golangci-lint
from command line (or GitHub Actions), but no need to include it as a dependent package in go.mod
. Is it possible to remove it from go.mod
and make the dependent packages minimalist? :)
I generated a relationship map of dependent packages for gofiber/template which involves mustache as a supported html template engine, it's quite interesting:
cbroglie commented
It's a reasonable request, vendoring golangci-lint was just the easiest way for me to get CI working years ago. I'm open to a PR.
iredmail commented
FYI, golangci-lint as GitHub Actions: https://github.com/marketplace/actions/run-golangci-lint