Este contenido no está disponible en el idioma seleccionado.
Chapter 1. Go Toolset
Go Toolset is a Red Hat offering for developers on Red Hat Enterprise Linux (RHEL). It provides the Go programming language tools and libraries. Note that Go is alternatively known as golang.
Go Toolset is available as a module for RHEL 8 and as packages for RHEL 9 and 10.
1.1. Go Toolset components Copiar enlaceEnlace copiado en el portapapeles!
The following components are available as a part of Go Toolset:
| Name | Version | Description |
|---|---|---|
| golang | 1.25 | A Go compiler. |
| delve | 1.25 | A Go debugger. |
1.2. Go Toolset compatibility Copiar enlaceEnlace copiado en el portapapeles!
Go Toolset is available for Red Hat Enterprise Linux on AMD and Intel 64-bit (x86_64), 64-bit ARM (aarch64), IBM Power Systems, Little Endian (ppc64le), and 64-bit IBM Z (s390x) architectures.
1.3. Installing Go Toolset Copiar enlaceEnlace copiado en el portapapeles!
Install Go Toolset and all dependent packages on Red Hat Enterprise Linux by enabling the go-toolset module on RHEL 8 or installing the go-toolset package on RHEL 9 and 10.
Prerequisites
- All available Red Hat Enterprise Linux updates are installed.
Procedure
Install Go Toolset:
On RHEL 8, enter:
# yum module install go-toolsetOn RHEL 9 and 10, enter:
# dnf install go-toolset
1.4. Installing Go documentation Copiar enlaceEnlace copiado en el portapapeles!
You can install documentation for the Go programming language on your local system.
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.