Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rogpeppe/godef

Print where symbols are defined in Go source code
https://github.com/rogpeppe/godef

Last synced: 16 days ago
JSON representation

Print where symbols are defined in Go source code

Awesome Lists containing this project

README

        

## 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.