Registry / utility / geertjohan-go-rice

geertjohan-go-rice

JSON →
library1.0.3gogounverified

Package go.rice embeds static assets into Go binaries for easy distribution.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/GeertJohan/go.rice

Finds and uses a rice box for embedded files.

package main import ( "fmt" "github.com/GeertJohan/go.rice" ) func main() { box, _ := rice.FindBox("static") fmt.Println(box) }
Debug
Known footguns
gotchago.rice is no longer actively maintained; consider alternatives like embed or packr.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources