pikeszfish / go-pkginfo

Just for collecting golang package info from github.com and maybe translating it for reading...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkginfo.sh Usage

./pkginfo.sh -d ~/go/src/github.com/docker/docker/ -r -v -t

1. github.com/docker/docker
       GitHub - moby/moby: Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

2. github.com/opencontainers/selinux
       GitHub - opencontainers/selinux: common selinux implementation

3. github.com/pkg/errors
       GitHub - pkg/errors: Simple error handling primitives

4. github.com/Sirupsen/logrus
       GitHub - sirupsen/logrus: Structured, pluggable logging for Go.
...
...
...

About

Just for collecting golang package info from github.com and maybe translating it for reading...

License:MIT License


Languages

Language:Shell 100.0%