Accès aux identifiants
Reads environment variables, private module credentials, Git credentials, and project config.
brew / portes d'approbation / rang 31
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de go pour les workflows d'agents IA.
sécurité des agents
go builds and runs binaries that can access project files, modules, and release workflows.
Reads environment variables, private module credentials, Git credentials, and project config.
Can run tools that call cloud, Git, or deployment APIs.
Can produce release binaries and publish modules or container images via scripts.
Gate release, private-module, and deployment commands.
Allow build/test commands; require approval for release publishing and credentialed module operations.
installation
brew install goprovider-native install command
aperçu
Open source programming language to build simple/reliable/efficient software
historique
Go is an open source programming language, compiler, standard library, formatter, and command-line toolchain distributed through the go and gofmt executables.
Go was designed at Google beginning in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson to improve programming productivity for multicore, networked machines and large codebases. The project was launched to the public on 10 November 2009 as an open source language focused on simplicity and efficiency.
Go 1 was released on 28 March 2012 and established the compatibility promise that programs written for Go 1 should continue to compile and run under later Go 1 releases. That stability turned the experimental public release into a predictable platform for application code, libraries, and distribution packaging.
The Go team described strong early community growth after the 2009 launch, including external contributors, mailing-list activity, and adoption both inside Google and by outside companies. By the project's tenth anniversary, Go's official blog described adoption across cloud infrastructure, naming Docker, Etcd, Istio, Kubernetes, Prometheus, and Terraform as examples of core cloud software written in Go.
Practitioners use the go command to create modules, fetch dependencies, build, test, install commands, run programs, and maintain go.mod and go.sum files. A module's go.mod file defines the module path, Go version, and dependency requirements, while Go commands such as go mod tidy and go get keep those requirements consistent.
Go's toolchain model made the package more than a compiler binary. The distribution includes the go command plus a bundled toolchain made up of the standard library, compiler, assembler, and other tools; beginning with Go 1.21, the go command can also select or download toolchains according to go and toolchain lines in a module or workspace.
The brew:go formula is a foundational language-runtime package on macOS and Linux because it installs the canonical go command and gofmt formatter used to build Go software and many other Homebrew formulas from source.
portes d'approbation
La graine locale de portes d'approbation contient 7 règles pour go. Points d'entrée couverts : go, gofmt. Niveaux de sévérité : élevé, faible, moyen. Couverture : partial, revu le 2026-05-21.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
go | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
gofmt | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:go |
|---|---|
| Version | 1.26.5 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://go.dev/ |
| Dernière mise à jour | 2026-07-08T03:14:15Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.