Rechercher

Ce contenu n'est pas disponible dans la langue sélectionnée.

Chapter 1. Go Toolset

download PDF

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 Red Hat Enterprise Linux 8. Go Toolset is available as packages for Red Hat Enterprise Linux 9.

1.1. Go Toolset components

The following components are available as a part of Go Toolset:

NameVersionDescription

golang

RHEL 8 — 1.21.0, RHEL 9 — 1.21.0

A Go compiler.

delve

RHEL 8 — 1.21.0, RHEL 9 — 1.21.0

A Go debugger.

1.2. Go Toolset compatibility

Go Toolset is available for Red Hat Enterprise Linux 8 and Red Hat Enterprise Linux 9 on the following architectures:

  • AMD and Intel 64-bit
  • 64-bit ARM
  • IBM Power Systems, Little Endian
  • 64-bit IBM Z

1.3. Installing Go Toolset

Complete the following steps to install Go Toolset, including all dependent packages.

Prerequisites

  • All available Red Hat Enterprise Linux updates are installed.

Procedure

On Red Hat Enterprise Linux 8, install the go-toolset module by running:

# yum module install go-toolset

On Red Hat Enterprise Linux 9, install the go-toolset package by running:

# dnf install go-toolset

1.4. Installing Go documentation

You can install documentation for the Go programming language on your local system.

Prerequisites

Procedure

To install the golang-docs package, run the following command:

  • On Red Hat Enterprise Linux 8:

    # yum install golang-docs

    You can find the documentation under the following path: /usr/lib/golang/doc/go_spec.html.

  • On Red Hat Enterprise Linux 9:

    # dnf install golang-docs

    You can find the documentation under the following path: /usr/lib/golang/doc/go_spec.html.

1.5. Additional resources

Red Hat logoGithubRedditYoutubeTwitter

Apprendre

Essayez, achetez et vendez

Communautés

À propos de la documentation Red Hat

Nous aidons les utilisateurs de Red Hat à innover et à atteindre leurs objectifs grâce à nos produits et services avec un contenu auquel ils peuvent faire confiance.

Rendre l’open source plus inclusif

Red Hat s'engage à remplacer le langage problématique dans notre code, notre documentation et nos propriétés Web. Pour plus de détails, consultez leBlog Red Hat.

À propos de Red Hat

Nous proposons des solutions renforcées qui facilitent le travail des entreprises sur plusieurs plates-formes et environnements, du centre de données central à la périphérie du réseau.

© 2024 Red Hat, Inc.