# Installer go-bindata avec Homebrew, apk, apt, MacPorts, Nix, zypper

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

```sh
sudo av install brew:go-bindata
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install go-bindata
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install go-bindata
```

  Preuve: MacPorts ports tree: devel/go-bindata/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add go-bindata
```

  Preuve: Alpine Linux edge package indexes: go-bindata from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install go-bindata
```

  Preuve: Debian stable package indexes: go-bindata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#go-bindata
```

  Preuve: nixpkgs package indexes: pkgs/by-name/go/go-bindata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install golang-github-jteeuwen-go-bindata
```

  Preuve: openSUSE Tumbleweed package metadata: golang-github-jteeuwen-go-bindata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:go-bindata
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.0.2
- **Résumé source:** Small utility that generates Go code from any file
- **Page d'accueil:** <https://github.com/kevinburke/go-bindata>
- **Dépôt:** <https://github.com/kevinburke/go-bindata>
- **Dernière mise à jour:** 2026-07-25T20:55:23-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- go-bindata (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.0.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2016: Kevin Burke's fork was created on GitHub.
- 2017: The fork began publishing GitHub releases.
- 2023: v4 releases continued the module-era maintenance line.

### Related projects

- jteeuwen/go-bindata
- elazarl/go-bindata-assetfs
- Go embed package

### Sources

- <https://formulae.brew.sh/formula/go-bindata>
- <https://github.com/jteeuwen/go-bindata>
- <https://github.com/kevinburke/go-bindata>
- <https://github.com/kevinburke/go-bindata/releases>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - go-bindata - 3.0.7+git20151023.72.a0ff256-4+b16: normalized package name match | Debian stable package indexes: go-bindata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | embed data in a Go program | https://github.com/jteeuwen/go-bindata
- Nix - go-bindata: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/go-bindata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - go-bindata - 3.0.7+git20151023.72.a0ff256-4build1: normalized package name match | Ubuntu 24.04 LTS package indexes: go-bindata from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | embed data in a Go program | https://github.com/jteeuwen/go-bindata
- apk - go-bindata - 3.1.3-r45: normalized package name match | Alpine Linux edge package indexes: go-bindata from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A small utility which generates Go code from any file | https://github.com/go-bindata/go-bindata
- zypper - golang-github-jteeuwen-go-bindata - 3.0.7+git20151023.72.a0ff256-5.26: normalized package name match | openSUSE Tumbleweed package metadata: golang-github-jteeuwen-go-bindata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A small utility which generates Go code from any file | https://github.com/jteeuwen/go-bindata
- MacPorts - go-bindata: normalized package name match | MacPorts ports tree: devel/go-bindata/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/go-bindata.yml](https://github.com/mxcl/pkgdb/blob/main/combined/go-bindata.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
