leboncoin/avrocado

Shouldn't we remove the committed vendor directory ?

dgsb opened this issue · 5 comments

dgsb commented
Shouldn't we remove the committed vendor directory ?

I do not think so. Balancing pros and cons and since this repository is not so big with not so many dependencies, I would rather stick to commit the vendor.

Ref: https://github.com/golang/dep/blob/master/docs/FAQ.md#should-i-commit-my-vendor-directory

dgsb commented

Is is going to be practical for library consumer ?

dgsb commented

I've checked randomly a few go libraries and applications, committing the vendor is not something which is commonly done for library.

Hi!

I agree with @dgsb. It doesn't seems a common practice for open-source libraries.

Can you propose a PR for this ?