关于golang:安利一款golang包搜索安装工具gosearch

4次阅读

共计 267 个字符,预计需要花费 1 分钟才能阅读完成。

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

装置办法

go get github.com/clearcodecn/gosearch

应用形式

gosearch [包名称 …]
如:

gosearch  gin  logrus websocket

个性

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

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

正文完
 0