https://github.com/sger/go-pkg
Search Golang package
https://github.com/sger/go-pkg
Last synced: 4 days ago
JSON representation
Search Golang package
- Host: GitHub
- URL: https://github.com/sger/go-pkg
- Owner: sger
- Created: 2016-01-16T08:16:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T22:00:34.000Z (over 10 years ago)
- Last Synced: 2025-02-24T02:52:26.992Z (over 1 year ago)
- Language: Go
- Size: 7.41 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-pkg
Go package search with [http://go-search.org/infoapi](http://go-search.org/infoapi) API.
## Installation
Via `go-get`.
```
$ go get https://github.com/sger/go-pkg
$ go build
```
Usage fetch all redis packages:
```
$ ./go-pkg redis
```