https://github.com/cfstras/go-utils
some go utilities.
https://github.com/cfstras/go-utils
Last synced: about 2 months ago
JSON representation
some go utilities.
- Host: GitHub
- URL: https://github.com/cfstras/go-utils
- Owner: cfstras
- Created: 2013-12-19T14:28:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T19:50:40.000Z (about 9 years ago)
- Last Synced: 2025-01-16T18:35:54.812Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cfstras' go utilities
## depgraph
A script I put together from various others.
Generates a dependency graph for graphviz from a gopath.
Ignores most core packages.
### Usage
```bash
# install graphviz (debian/ubuntu example)
sudo apt-get install graphviz
# install depgraph
go get github.com/cfstras/go-utils/depgraph
# start it.
# should be a package you made, for example main.
$GOPATH/bin/depgraph | dot -Tsvg > graph.svg
```
# Help & Contributing
Feel free to contact me if you need help.
Patches and issue reports are always welcome.
# License
GPLv3.