rogpeppe / godef

Print where symbols are defined in Go source code
BSD 3-Clause "New" or "Revised" License
665 stars 142 forks source link

godef can't work for go while using import . "" #111

Open q294043308 opened 5 years ago

q294043308 commented 5 years ago

Hello, I found a bug of godef: It can't work while import . "" For example:

// This is a function of "Module" package Module - > GetFunc()

// Using "Module" package import . "Module" GetFunc() // Can't using godef do work