Cisco
A golang project to return the status of some services.
Installation
go get -v github.com/marcosinger/cisco
Once the get completes, you should find your new cisco executable sitting inside $GOPATH/bin/.
Usage
cisco
[Heroku Status]
Production: [ok]
Development: [ok]Services
- Heroku
- Github
- Bitbucket
- Toggl
- Trello
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am "Added some feature") - Push to the branch (
git push origin my-new-feature) - Create new Pull Request