Replies: 1 comment 2 replies
-
You can write a linter that uses |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want do some lint based on call graph, it require load all source file from whole project, just something like
go build ./...
but goanalysis just analysis package one by one, and call graph will be incomplete.
Beta Was this translation helpful? Give feedback.
All reactions