Registry / utility / kevinburke-go-bindata

kevinburke-go-bindata

JSON →
library3.24.0+incompatiblegogounverified

A Go package for embedding binary data into Go programs.

go get github.com/kevinburke/go-bindata
INSTALL
IMPORT
SIG · KEVINBURKE-GO-BIND
K
kevinburke-go-bindata
utilitygov3.24.0+incompatible
harness data pending
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.

bindata
github.com/kevinburke/go-bindata

Accesses embedded binary data using the generated Asset function.

package main import ( "fmt" "github.com/kevinburke/go-bindata" ) func main() { data, _ := Asset("file.txt") fmt.Println(string(data)) }
Debug
Known issues
gotchaRequires code generation
fix
Run go-bindata to generate the Asset function before using it
affects: >=3.0.0
Upgrade
Version history
3.24.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kevinburke-go-bindata — go get kevinburke-go-bindata · libregistry