Categorygithub.com/rogpeppe/godef
repositorypackage
1.1.2
Repository: https://github.com/rogpeppe/godef.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

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