Closed migueleliasweb closed 5 years ago
Currently the vendor folder is versioned but it should be maintained by Go dep. This PR removes the versioning and adds the vendor/ to .gitignore.
Go dep
vendor/
.gitignore
Beware: The diff is really awful.
Currently the vendor folder is versioned but it should be maintained by
Go dep
. This PR removes the versioning and adds thevendor/
to.gitignore
.Beware: The diff is really awful.