Show your respect to packages which you use in your projects
Installation
go get -u github.com/iamsalnikov/gorespect
Usage
# you can run command inside your package
gorespect
# you can specify package directory. Here we will show respect
# to all dependencies of package
gorespect -dir=$GOPATH/src/github.com/vendor/package
# you can specify your own config file
# I store here your github username and token for working with API
gorespect -c=/path/to/your/custom/config/file.json
Program will give a link for generating access token in first run. Then it will use your token for starring repos which you use.