-
|
Is there a reason for the cache code being an internal package, which means it can't be imported outside of the I'm creating a golangci-lint/pkg/lint/linter/context.go Line 28 in fd6fce9 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
golangci-lint is not designed to be used as a library. We don't want to do that, because we want to keep the freedom of breaking the code. So don't use it as a library. |
Beta Was this translation helpful? Give feedback.
golangci-lint is not designed to be used as a library.
We don't want to do that, because we want to keep the freedom of breaking the code.
So don't use it as a library.