An open API service indexing awesome lists of open source software.

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

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
```