gosearch 是一款基于godoc.org提供的api开发的疾速搜寻/装置Golang包的工具

装置办法

go get github.com/clearcodecn/gosearch

应用形式

gosearch [包名称...]
如:

gosearch  gin  logrus websocket

个性

  • 反对本地缓存,建设了关键词与搜寻后果的索引,下次搜寻间接从缓存读取,如果须要从服务器获取能够加 --no-cache 参数
  • 反对多个包的搜寻,程序下载
  • 反对缓存革除.

我的项目地址:https://github.com/clearcodecn/gosearch 欢送应用