Skip to content

rogpeppe/godef

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2018
Dec 6, 2018
Feb 27, 2020
Jun 9, 2016
Feb 27, 2020
Jan 30, 2015
May 27, 2016
May 1, 2015
Dec 6, 2018
Jan 30, 2015
Apr 24, 2024
Apr 24, 2024
Dec 7, 2018
Dec 3, 2018
Dec 7, 2018

Repository files navigation

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