go-bindata/go-bindata
Turn data file into go code. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3104
- days_rel: n/a
- days_push: 781
- n_releases_24m: 0
Adoption not part of the score
1910 stars · 153 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
go-bindata converts any data file into Go source code so binary assets can be embedded directly into a Go program. It ships as a command line tool that generates a bindata.go file with an Asset function for accessing embedded data, with optional gzip compression and debug-mode file loading.
Use cases
- embed static assets like html, css and js into a go binary
- generate go source code from data files
- bundle templates and config files into a single executable
- serve embedded static files from a go webserver
- compress binary data into byte slices at build time
When to choose
- you need a single self-contained go binary with no external asset files
- you want debug mode that loads assets from disk during development
- you are on an older go toolchain without go:embed support
When to avoid
- you are on go 1.16 or newer, where the standard go:embed directive is preferred
- you need frequent asset updates without recompiling in production
- you want actively developed tooling with modern features
Facets
cli-tool · maturity maintenance
build-tool developer-tools compression developer-tools web-development go cli cross-platform asset-embedding code-generation static-assets embed-files command-line
1 source
- readme: https://github.com/go-bindata/go-bindata · fetched 2026-08-28 · 3446fe74366d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-bindata/go-bindata | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="go-bindata/go-bindata")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem