gost-cli is a command line tool for gost
gost is a gist-like services (see the sample sample link), and gost-cli is a command tool for it.
# show help
$ gost -h
# show sub command help, example gost login -h
$ gost <sub command> -h$ curl -sf https://raw.githubusercontent.com/gost-c/gost-cli/master/install.sh | shDownload the package (should match your platform) and move it to any $PATH folder.
$ go get -d github.com/gost-c/gost-cli- Fork (https://github.com/gost-c/gost-cli/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...command and confirm that it passes - Run
gofmt -s - Create a new Pull Request