ProspectOne / perfops-cli

A simple command line tool to interact with hundreds of servers around the world.
https://perfops.net/cli
287 stars 45 forks source link

POD-135: Added cities and countries #42

Closed zarianec closed 5 years ago

zarianec commented 5 years ago

Yes, I know that it looks weird to add the vendor to git :) Actually the dependency management tool we use here (go dep) leaves it to a developer to decide what to do with vendor - https://github.com/golang/dep/blob/master/docs/FAQ.md#should-i-commit-my-vendor-directory. And the dev who wrote CLI decided to add it to the git.

I prefer to have a vendor in .gitignore as well but it requires us to change the build scripts and double-check that building of binaries still works. I will try to get more info about how we build and release the binaries from @jimaek to better understand if we can remove vendors from the git.

UPD: @spalax sorry, forgot to mention you