August 2019
Beginner to intermediate
798 pages
17h 2m
English
The Go distribution comes with a plethora of tools that can make your life as a programmer easier. One of these tools is the godoc utility, which allows you to see the documentation of existing Go functions and packages without needing an internet connection.
The godoc utility can be executed either as a normal command-line application that displays its output on a terminal, or as a command-line application that starts a web server. In the latter case, you will need a web browser to look at the Go documentation.
The first way is similar to using the man(1) command, but for Go functions and packages. ...
Read now
Unlock full access