macOS
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · 来源: api.github.com
安装
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · 来源: api.github.com
sudo apk add go-bindataAlpine Linux edge package indexes · go-bindata · 来源: dl-cdn.alpinelinux.org
sudo apt install go-bindataDebian stable package indexes · go-bindata · 来源: deb.debian.org
nix profile install nixpkgs#go-bindatanixpkgs package indexes · pkgs/by-name/go/go-bindata/package.nix · 来源: api.github.com
sudo zypper install golang-github-jteeuwen-go-bindataopenSUSE Tumbleweed package metadata · golang-github-jteeuwen-go-bindata · 来源: download.opensuse.org
概览
Small utility that generates Go code from any file
历史
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.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
go-bindata | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/kevinburke/go-bindata
安装元数据
| 软件包键 | brew:go-bindata |
|---|---|
| 版本 | 4.0.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/go-bindata |
| 主页 | https://github.com/kevinburke/go-bindata |
| 仓库 | https://github.com/kevinburke/go-bindata |
| 上游文档 | https://github.com/kevinburke/go-bindata#readme |
| 许可证 | BSD-2-Clause |
| 源码归档 | https://github.com/kevinburke/go-bindata/archive/refs/tags/v4.0.2.tar.gz |
| 最后更新 | 2026-07-11T10:04:12+02:00 |
| Pulse | updated |
| 依赖 | go |
| Bottle | 可用 (于 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 | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-bindata来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.