File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ An overview of tools that will help improve your Go code
71
71
## Visualization
72
72
73
73
- [ godepgraph] ( http://github.com/kisielk/godepgraph ) - A tool for generating dependency graphs of Go code.
74
-
74
+ - [ go-size-analyzer ] ( https://github.com/Zxilly/go-size-analyzer ) - A tool that shows the size of each dependency of a Go binary.
Original file line number Diff line number Diff line change @@ -702,6 +702,7 @@ See also [SQLDrivers page](SQLDrivers).
702
702
* [ demand] ( https://github.com/tv42/demand ) - Download, build, cache and run a Go app easily.
703
703
* [ glib] ( https://github.com/ziutek/glib ) - Bindings for GLib type system
704
704
* [ go-callvis] ( https://github.com/TrueFurby/go-callvis ) - Visualize call graph of your Go program using dot format.
705
+ * [ go-size-analyzer] ( https://github.com/Zxilly/go-size-analyzer ) - A tool that shows the size of each dependency of a Go binary.
705
706
* [ gocog] ( https://github.com/natefinch/gocog ) - A code generator that can generate code using any language
706
707
* [ godepgraph] ( https://github.com/kisielk/godepgraph ) - Create a dependency graph for a go package
707
708
* [ godev] ( https://github.com/kdar/godev ) - Recompiles and runs your Go code on source change. Also watches all your imports for changes.
You can’t perform that action at this time.
0 commit comments