Unknwon 3b49a99b60 wiki: fix crash with blob name contains tab (#3916) há 8 anos atrás
..
github.com 3b49a99b60 wiki: fix crash with blob name contains tab (#3916) há 8 anos atrás
golang.org 1381f0f28e vendor: check in missing dependency há 8 anos atrás
gopkg.in c37d3f6486 vendor: remove unnecessary sublime files há 8 anos atrás
README 2fd69f13d9 vendor: check in vendors há 8 anos atrás
vendor.json 3b49a99b60 wiki: fix crash with blob name contains tab (#3916) há 8 anos atrás

README

1. Delete package directory from vendor when developing new code of dependency.
2. After commit on dependency, run:
govendor update
3. Introduce a new dependency, run:
govendor add +vendor
4. To update all deependencies, delete all packages from vendor, and run:
govendor add +vendor +external
5. Too hard.