Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Forgot to install the tool
Browse files Browse the repository at this point in the history
Needed the tool to generate the depndency graph.
  • Loading branch information
wchrisjohnson committed Apr 20, 2016
1 parent cef6826 commit 491d8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ time=2016-04-20T18:32:14-04:00, remote_ip=::1, method=GET, uri=/hce, status=404,
If you'd like to visualize all of the dependencies of the project:
```
brew install graphviz
go get github.com/kisielk/godepgraph
~/gop/bin/godepgraph portal-proxy | dot -Tpng -o portal-proxy.png
ls -la
open portal-proxy.png
Expand Down

0 comments on commit 491d8f5

Please sign in to comment.