newhook / godef

Print where symbols are defined in Go source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## 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 like imports where the last element import path doesn't match
the package identifier.

About

Print where symbols are defined in Go source code

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 99.7%Language:Logos 0.3%