GeertJohan/go.rice
go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4697
- days_rel: n/a
- days_push: 1386
- n_releases_24m: 0
Adoption not part of the score
2438 stars · 185 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
go.rice is a Go package for bundling static resources like HTML, JS, CSS, images, and templates into Go binaries. It loads files from disk during development and embeds or appends them into executables at build time via the accompanying 'rice' CLI tool.
Use cases
- embed static assets into a single Go binary
- serve embedded static files over HTTP in Go
- bundle HTML templates into an executable
- ship a Go web app as one deployable binary without source files
When to choose
- you need to distribute a Go web application as a single self-contained binary
- you want assets to load from disk during development but embed on release
When to avoid
- you are starting a new project - Go's built-in embed package covers this natively
- the project appears to be in maintenance mode with limited recent activity
Facets
library · maturity maintenance
file-system http-server templating build-tool web-development developer-tools go cross-platform asset-embedding static-assets single-binary go-embed
1 source
- readme: https://github.com/GeertJohan/go.rice · fetched 2026-08-28 · b43f30f46316
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GeertJohan/go.rice | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="GeertJohan/go.rice")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem