This commit is contained in:
Mr. Is 2016-07-27 20:12:50 -04:00
parent 560eae6308
commit b14988a8f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Gogs CLI
Accesses the [Gogs Client API](https://github.com/gogits/go-gogs-client), currently available on [Gogs' `develop` branch](https://github.com/gogits/gogs/tree/develop).
Accesses the [Gogs Client API](https://github.com/gogits/go-gogs-client), which is currently available exclusively on [Gogs' `develop` branch](https://github.com/gogits/gogs/tree/develop).
> [Cobra](https://github.com/spf13/cobra) & [Viper](https://github.com/spf13/viper) go packages handle the hard work for the CLI interface.