1.4. Installing Go documentation
You can install documentation for the Go programming language on your local system by installing the golang-docs package.
Procedure
Install the
golang-docspackage:On RHEL 8, enter:
# yum install golang-docsOn RHEL 9 and 10, enter:
# dnf install golang-docs
Verification
-
Open
/usr/lib/golang/doc/go_spec.htmlin a browser that is installed on the same host.