gographs

gographs renders dependency graphs for Go packages.

Badge Markdown
[](https://gographs.io/repo/GO_REPO?[cluster=true|false])
Example
[](https://gographs.io/repo/github.com/siggy/gographs?cluster=true)
HTTP Endpoints
Local dev
First-time setup
go install github.com/loov/goda@v0.4.3
brew install dot # or equivalent
brew install redis # or equivalent
redis-server /usr/local/etc/redis.conf
Boot server
go run main.go --log-level debug
Browse to http://localhost:8888
Lint check
bin/lint
Credits
This tool is built using many open source packages, but two in particular
deserve special mention, as this site is essentially a mashup of them:
pkg/repo
is based on Go Report Card
courtesy of shields.io