macOS
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de go-bindata pour les workflows d'agents IA.
installation
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · Source: api.github.com
sudo apk add go-bindataAlpine Linux edge package indexes · go-bindata · Source: dl-cdn.alpinelinux.org
sudo apt install go-bindataDebian stable package indexes · go-bindata · Source: deb.debian.org
nix profile install nixpkgs#go-bindatanixpkgs package indexes · pkgs/by-name/go/go-bindata/package.nix · Source: api.github.com
sudo zypper install golang-github-jteeuwen-go-bindataopenSUSE Tumbleweed package metadata · golang-github-jteeuwen-go-bindata · Source: download.opensuse.org
aperçu
Small utility that generates Go code from any file
historique
go-bindata is a Go code-generation utility for embedding files into Go programs. It belongs to an older pre-embed generation of Go asset tooling: developers ran a command over static assets, committed or built the generated Go file, and accessed assets through generated helper functions.
The project lineage began with jteeuwen/go-bindata, whose README described conversion of arbitrary files into manageable Go source code. Kevin Burke's fork became the Homebrew-trusted version and documented maintenance changes such as atomic writes, SHA-256 hashes for embedded files, generated code formatting, size reporting, and safer file-mode handling.
The tool spread through package-manager ecosystems because it solved a common deployment problem for Go services before Go added native file embedding. Homebrew, Debian-family packages, Nix, MacPorts, and other distributions carried go-bindata or its original jteeuwen package name, which made it a familiar build-time dependency for Go web services and single-binary CLIs.
Practitioners use go-bindata by pointing the CLI at one or more directories, often with recursive `...` patterns, and then importing the generated `bindata.go` output into an application. The README highlights common production and development patterns: debug mode loads assets from disk during iteration, release mode embeds them into the binary, and flags such as `-o`, `-ignore`, `-prefix`, `-nocompress`, and `-nomemcopy` tune output shape and runtime tradeoffs.
For package maintainers, go-bindata is notable as a maintained fork of a once widely packaged Go asset tool. Its presence in Homebrew under Kevin Burke's fork records the practical packaging move from an older upstream identity to a maintained distribution target.
posture de sécurité
library-like package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
go-bindata | cli | exécutable global |
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.
https://github.com/kevinburke/go-bindata
métadonnées d'installation
| Clé du paquet | brew:go-bindata |
|---|---|
| Version | 4.0.2 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/go-bindata |
| Page d'accueil | https://github.com/kevinburke/go-bindata |
| Dépôt | https://github.com/kevinburke/go-bindata |
| Docs amont | https://github.com/kevinburke/go-bindata#readme |
| Licence | BSD-2-Clause |
| Archive source | https://github.com/kevinburke/go-bindata/archive/refs/tags/v4.0.2.tar.gz |
| Dernière mise à jour | 2026-07-11T10:04:12+02:00 |
| Pulse | updated |
| Dépendances | go |
| Bouteille | disponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | go-bindata |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
go-bindata 3.0.7+git20151023.72.a0ff256-4+b16
embed data in a Go program
https://github.com/jteeuwen/go-bindata
sudo apt install go-bindatago-bindata
nix profile install nixpkgs#go-bindatago-bindata 3.0.7+git20151023.72.a0ff256-4build1
embed data in a Go program
https://github.com/jteeuwen/go-bindata
sudo apt install go-bindatago-bindata 3.1.3-r44
A small utility which generates Go code from any file
https://github.com/go-bindata/go-bindata
sudo apk add go-bindatagolang-github-jteeuwen-go-bindata 3.0.7+git20151023.72.a0ff256-5.23
A small utility which generates Go code from any file
https://github.com/jteeuwen/go-bindata
sudo zypper install golang-github-jteeuwen-go-bindatago-bindata
sudo port install go-bindatapiste 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.