https://github.com/rogpeppe/godef
Print where symbols are defined in Go source code
https://github.com/rogpeppe/godef
Last synced: 4 days ago
JSON representation
Print where symbols are defined in Go source code
- Host: GitHub
- URL: https://github.com/rogpeppe/godef
- Owner: rogpeppe
- License: bsd-3-clause
- Created: 2015-01-30T11:25:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T22:35:24.000Z (about 1 month ago)
- Last Synced: 2025-02-10T10:01:36.404Z (11 days ago)
- Language: Go
- Size: 2.21 MB
- Stars: 668
- Watchers: 26
- Forks: 142
- Open Issues: 51
-
Metadata Files:
- Readme: README
- License: LICENSE
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.