Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, MacPorts, Nix, zypper 安装 go-bindata

查看 go-bindata 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install go-bindata

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install go-bindata

MacPorts ports tree · devel/go-bindata/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add go-bindata

Alpine Linux edge package indexes · go-bindata · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install go-bindata

Debian stable package indexes · go-bindata · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#go-bindata

nixpkgs package indexes · pkgs/by-name/go/go-bindata/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install golang-github-jteeuwen-go-bindata

openSUSE Tumbleweed package metadata · golang-github-jteeuwen-go-bindata · 来源: download.opensuse.org

概览

软件包摘要

Small utility that generates Go code from any file

命令和别名

  • go-bindata

历史

项目历史与用法

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.

时间线

  • 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

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 12 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
go-bindatacli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本4.0.2
管理器更新时间2026-07-11
本地数据OK
上游当前
检测到的最新版本v4.0.2

https://github.com/kevinburke/go-bindata

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键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
Pulseupdated
依赖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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namego-bindata
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

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-bindata
  • Section: devel
  • Architecture: amd64
  • Source Package: golang-bindata
  • 1 依赖
  • normalized package name match
  • 匹配方式:Go Bindata
Debian stable package indexes · deb.debian.org · Debian stable package indexes: go-bindata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

go-bindata

nix profile install nixpkgs#go-bindata
  • normalized package name match
  • 匹配方式:Go Bindata
nixpkgs package indexes · api.github.com · 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 apt95%

go-bindata 3.0.7+git20151023.72.a0ff256-4build1

embed data in a Go program

https://github.com/jteeuwen/go-bindata

sudo apt install go-bindata
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: golang-bindata
  • 1 依赖
  • normalized package name match
  • 匹配方式:Go Bindata
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: go-bindata from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

go-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-bindata
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: go-bindata
  • 1 提供
  • normalized package name match
  • 匹配方式:Go Bindata
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: go-bindata from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

golang-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-bindata
  • License: CC0-1.0
  • Category: Development/Languages/Golang
  • Architecture: x86_64
  • Source Package: golang-github-jteeuwen-go-bindata
  • 3 提供
  • normalized package name match
  • 匹配方式:Go Bindata
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: golang-github-jteeuwen-go-bindata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

go-bindata

sudo port install go-bindata
  • normalized package name match
  • 匹配方式:Go Bindata
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/go-bindata/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment