Tools and Go's Performance
This lesson discusses the tools that make Go outshine other languages performance-wise.
We'll cover the following...
Other tools
The tools in the Go-toolset are partly shell-scripts; some are written in Go itself. They are implemented as commands for the go tool. Here, we discuss only a few of them. For more ...