You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to ignore hidden files when parsing packages? Emacs
creates hidden symbolic links with names like `.#foo.go` for modified files.
This seems to trip up godef, meaning it won't be able to find any declarations
for expressions.
My guess is that it parses both foo.go and .#foo.go and then fails because of
duplicate function names, among others.
Original issue reported on code.google.com by dominik.honnef on 28 Feb 2013 at 11:09
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
dominik.honnef
on 28 Feb 2013 at 11:09The text was updated successfully, but these errors were encountered: