gosearch 是一款基于godoc.org提供的api开发的快速搜索/安装Golang包的工具
![image.png](https://static.oschina.net/uploads/space/2020/0820/175430_77hy_2918182.gif)
安装方法
```
go get github.com/clearcodecn/gosearch
```
使用方式
gosearch [包名称...]
如:
```
gosearch gin logrus websocket
```
特性
* 支持本地缓存,建立了关键词与搜索结果的索引,下次搜索直接从缓存读取,如果需要从服务器获取可以加 --no-cache 参数
* 支持多个包的搜索,顺序下载
* 支持缓存清除.
项目地址:[https://github.com/clearcodecn/gosearch](https://github.com/clearcodecn/gosearch) 欢迎使用
有疑问加站长微信联系(非本文作者)