Bunchhieng / hnreader

Open programming news with your favorite browser using command line
https://bunchhieng.github.io/hnreader/
MIT License
7 stars 10 forks source link

removing vendor folder from repo and configuring dep. #48

Open mukeshmk opened 5 years ago

mukeshmk commented 5 years ago

Fixes #47

Currently, the repo contains the vendor folder. Which need not be tracked by version control, as Gopkg.toml and Gopkg.lock files are used to track your dependencies.

The vendor folder will be created with the same version of dependencies as specified in Gopkg.toml, upon running dep init.