This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Support a glob syntax for ignored
in Gopkg.toml
#691
Labels
ignored
in Gopkg.toml
#691
I have a research project that has an "examples" directory which has a whole GOPATH inside of it. The research project is a static/dynamic analysis project so the examples directory are example programs. This directory has its own system for managing dependencies outside of the one for the main code base. Right now I have to specify each individual directory inside of my Gopkg.toml to get dep to ignore the examples. I want to say:
but currently i say
The text was updated successfully, but these errors were encountered: