https://github.com/ronething/xiudong-go
Implement showstart client based on Go and cobra(基于 Go 和 cobra 实现的秀动命令行应用)
https://github.com/ronething/xiudong-go
cobra go goreleaser resty showstart xiudong
Last synced: about 1 year ago
JSON representation
Implement showstart client based on Go and cobra(基于 Go 和 cobra 实现的秀动命令行应用)
- Host: GitHub
- URL: https://github.com/ronething/xiudong-go
- Owner: ronething
- License: gpl-3.0
- Created: 2023-01-02T14:47:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T16:42:55.000Z (about 2 years ago)
- Last Synced: 2024-04-19T17:51:58.798Z (about 2 years ago)
- Topics: cobra, go, goreleaser, resty, showstart, xiudong
- Language: Go
- Homepage: https://blog.csdn.net/ronething/article/details/128590797
- Size: 150 KB
- Stars: 35
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [xiudong-go](#xiudong-go)
- [usage](#usage)
- [cli 效果图](#cli-%E6%95%88%E6%9E%9C%E5%9B%BE)
- [免责声明](#%E5%85%8D%E8%B4%A3%E5%A3%B0%E6%98%8E)
- [acknowledgement](#acknowledgement)
### xiudong-go
Web 版秀动请求样例学习
github repo: https://github.com/ronething/xiudong-go
#### usage
- 下载对应 [releases](https://github.com/ronething/xiudong-go/releases) 即可
- 如果你需要手动编译 可以考虑执行以下命令
```shell
git clone https://github.com/ronething/xiudong-go.git && cd xiudong-go/cli
make build
```
具体使用可参考 [./cli](./cli) 和 [./docs](./docs)
notice: 此程序更多是学习用途,可以简单分析下自己写 order 命令,祝大家好运~
```
$ ./showstart
showstart cli sample
Usage:
showstart [command]
Available Commands:
address 查询个人地址
help Help about any command
idCard 查询已绑定观演人 id
tickets 列出指定场次 ticketId 列表
version check version
Flags:
--config string config file (default is $HOME/.showstart.yaml)
-h, --help help for showstart
Use "showstart [command] --help" for more information about a command.
```
#### 免责声明
- 见 [Disclaimer](./Disclaimer.md)
#### acknowledgement
- wap.showstart.com