KyleBanks / goggles

🔭 Goggles is a cross-platform GUI for your $GOPATH!
Apache License 2.0
671 stars 18 forks source link

When a package exists in $GOPATH and a vendor/ dir, the ignore rules don't apply #34

Closed KyleBanks closed 7 years ago

KyleBanks commented 7 years ago

For example:

github.com/foo/bar

github.com/foo/baz/vendor/github.com/foo/bar

Here the second should always be ignored due to the /vendor/ path, however in this case only the /vendor/ version shows up in Goggles and the first path is ignored.