https://github.com/qbhy/go-find-movies-example
go
https://github.com/qbhy/go-find-movies-example
Last synced: about 1 month ago
JSON representation
go
- Host: GitHub
- URL: https://github.com/qbhy/go-find-movies-example
- Owner: qbhy
- Created: 2017-07-24T14:06:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T01:26:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T13:23:07.275Z (3 months ago)
- Language: Go
- Size: 4.23 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# go-find-movies-example
一个 `go-find-movies` 的简单的栗子## 运行方法
1. windows
```
$ main.exe
$ {"limit":3,"keyword":"一拳超人"}
$ ...
```2. `linux` or `mac`
可以跟 `windows` 下一样,先运行程序再进行输入参数,也可以用 `cat` 命令执行预先写好参数到 `example.txt` 中多行执行
```
$ cat example.txt | ./main
```