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
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
fillPackage is supposed to use the AST parser on individual files.
Unforntunately, `filepath.Glob("*.go")` returns directories as well as
files.
Fixesgolang#550
ascandella
changed the title
dep init/ensure fails when project contains a directory named ".go"
gps.ListPackages fails when project contains a directory named ".go"
May 10, 2017
Repro case:
Proposed fix:
Wondering if there's a preferred approach. Either way I'm happy to whip up a fix and provide test cases.
The text was updated successfully, but these errors were encountered: