macOS
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · source: api.github.com
brew
Small utility that generates Go code from any file. Version 4.0.2 via Homebrew; verified from local package data.
install
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
overview
Small utility that generates Go code from any file
history
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.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
go-bindata | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/kevinburke/go-bindata
install metadata
| Package key | brew:go-bindata |
|---|---|
| Version | 4.0.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/go-bindata |
| Homepage | https://github.com/kevinburke/go-bindata |
| Repository | https://github.com/kevinburke/go-bindata |
| Upstream docs | https://github.com/kevinburke/go-bindata#readme |
| License | BSD-2-Clause |
| Source archive | https://github.com/kevinburke/go-bindata/archive/refs/tags/v4.0.2.tar.gz |
| Dependencies | go |
| Bottle | available (on 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 | not defined |
| Service | none declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-bindatasource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.