macOS
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für go-bindata in AI-Agent-Workflows.
Installation
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · Quelle: api.github.com
sudo apk add go-bindataAlpine Linux edge package indexes · go-bindata · Quelle: dl-cdn.alpinelinux.org
sudo apt install go-bindataDebian stable package indexes · go-bindata · Quelle: deb.debian.org
nix profile install nixpkgs#go-bindatanixpkgs package indexes · pkgs/by-name/go/go-bindata/package.nix · Quelle: api.github.com
sudo zypper install golang-github-jteeuwen-go-bindataopenSUSE Tumbleweed package metadata · golang-github-jteeuwen-go-bindata · Quelle: download.opensuse.org
Überblick
Small utility that generates Go code from any file
Verlauf
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.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
go-bindata | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/kevinburke/go-bindata
Installationsmetadaten
| Paketschlüssel | brew:go-bindata |
|---|---|
| Version | 4.0.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/go-bindata |
| Homepage | https://github.com/kevinburke/go-bindata |
| Repository | https://github.com/kevinburke/go-bindata |
| Upstream-Dokumentation | https://github.com/kevinburke/go-bindata#readme |
| Lizenz | BSD-2-Clause |
| Quellarchiv | https://github.com/kevinburke/go-bindata/archive/refs/tags/v4.0.2.tar.gz |
| Zuletzt aktualisiert | 2026-07-11T10:04:12+02:00 |
| Pulse | updated |
| Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-bindataQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.