Fix broken link to godepgraph (the URL scheme was missing so the link was treated as a relative).

Karol Marcjan 2015-09-19 15:53:15 +02:00
parent 9ffc47b11c
commit f533d0e7b1

@ -60,4 +60,4 @@ An overview of tools that will help improve your Go code
## Visualization
- [godegraph](github.com/kisielk/godepgraph) - A tool for generating dependency graphs of Go code.
- [godegraph](http://github.com/kisielk/godepgraph) - A tool for generating dependency graphs of Go code.