freebsd-ports/devel/go-godef/pkg-descr
Richard Gallamore 66f1e80dee Godef - find symbol information in Go source
Godef, given an expression or a location in a source file, prints
the location of the definition of the symbol referred to.

Known limitations:

- it does not understand about "." imports
- it does not deal well with definitions in tests.

WWW: https://github.com/rogpeppe/godef
2017-12-12 20:20:34 +00:00

11 lines
325 B
Text

Godef - find symbol information in Go source
Godef, given an expression or a location in a source file, prints
the location of the definition of the symbol referred to.
Known limitations:
- it does not understand about "." imports
- it does not deal well with definitions in tests.
WWW: https://github.com/rogpeppe/godef