安利一款golang包搜索安裝工具gosearch

gosearch 是一款基於godoc.org提供的api開發的快速搜索/安裝Golang包的工具git

image.png

安裝方法github

go get github.com/clearcodecn/gosearch

使用方式web

gosearch [包名稱...]
如:api

gosearch  gin  logrus websocket

特性緩存

  • 支持本地緩存,創建了關鍵詞與搜索結果的索引,下次搜索直接從緩存讀取,若是須要從服務器獲取能夠加 --no-cache 參數
  • 支持多個包的搜索,順序下載
  • 支持緩存清除.

項目地址:https://github.com/clearcodecn/gosearch 歡迎使用服務器

相關文章
相關標籤/搜索