Hacker News new | ask | show | jobs
by thegeekpirate 1467 days ago
The language has a tool that does this, and every editor I can think of uses it (https://github.com/golang/tools/tree/master/cmd/guru), specifically implements.go if you're interested.
1 comments

Guru has been replaced by gopls, using the common LSP protocol.