Open owenthereal opened 9 years ago
why not let the user decide on the package name using a command line flag BTW? you can default to internal
why not let the user decide on the package name using a command line flag BTW?
As you may read from the discussion linked in the issue, we're trying to standardize the folder of the vendored dependencies across all vendoring tools. I'm afraid this is a hard requirement. The point is that other tools will still work.
I agree that this should be the default but there isn't really a reason not to let people override it if they have a good reason to do it. Anyway it's no big deal either way.
Did this in #15 - no config, just hard coded
Currently
nut
vendors source code to "vendor/_nuts". As discussed in this thread, let's standardize it to "internal". The following changes are needed:The second changes will get
go test ./...
to work without running dependencies' tests.