https://github.com/jackychiu/gdoc
Open Go docs easily
https://github.com/jackychiu/gdoc
godoc quick tool
Last synced: 7 months ago
JSON representation
Open Go docs easily
- Host: GitHub
- URL: https://github.com/jackychiu/gdoc
- Owner: JackyChiu
- Created: 2017-09-10T02:15:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T14:46:00.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T02:43:39.379Z (about 1 year ago)
- Topics: godoc, quick, tool
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
```bash
go get github.com/JackyChiu/gdoc
```
## Use
```bash
# example project
foo
├── bar
│ └── bar.go
└── foo.go
# view current package
gdoc
# view subpackage
gdoc bar
# view std packages
gdoc os/exec
# view any package path
gdoc ../../anotherUser/anotherPkg
```