Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rogpeppe/godef
- Owner: rogpeppe
- License: bsd-3-clause
- Created: 2015-01-30T11:25:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T16:43:46.000Z (7 months ago)
- Last Synced: 2024-08-01T03:08:29.607Z (3 months ago)
- Language: Go
- Size: 2.21 MB
- Stars: 662
- Watchers: 27
- Forks: 142
- Open Issues: 52
-
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.