Skip to content

Commit c82d873

Browse files
Zxillygopherbot
authored andcommitted
wiki: add go-size-analyzer to tools
Change-Id: Ie14655ad9dc715c0e102f6dad00f4c4082d1be14 GitHub-Last-Rev: 3b1cd47 GitHub-Pull-Request: #20 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/591235 Auto-Submit: Ian Lance Taylor <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 98fb1cb commit c82d873

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CodeTools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ An overview of tools that will help improve your Go code
7171
## Visualization
7272

7373
- [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.

Projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ See also [SQLDrivers page](SQLDrivers).
702702
* [demand](https://github.com/tv42/demand) - Download, build, cache and run a Go app easily.
703703
* [glib](https://github.com/ziutek/glib) - Bindings for GLib type system
704704
* [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.
705706
* [gocog](https://github.com/natefinch/gocog) - A code generator that can generate code using any language
706707
* [godepgraph](https://github.com/kisielk/godepgraph) - Create a dependency graph for a go package
707708
* [godev](https://github.com/kdar/godev) - Recompiles and runs your Go code on source change. Also watches all your imports for changes.

0 commit comments

Comments
 (0)