Registry / utility / shulhan-go-bindata

shulhan-go-bindata

JSON →
library4.0.0+incompatiblegogounverified

A tool to convert any file into manageable Go source code, useful for embedding binary data into Go programs with optional compression and debug mode.

go get github.com/shuLhan/go-bindata
INSTALL
IMPORT
SIG · SHULHAN-GO-BINDATA
S
shulhan-go-bindata
utilitygov4.0.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/shuLhan/go-bindata

Loads and prints an embedded asset by name.

package main import ( "fmt" "github.com/shuLhan/go-bindata" ) func main() { data, err := bindata.Asset("example.txt") if err != nil { panic(err) } fmt.Println(string(data)) }
Debug
Known issues
gotchaThe package name may conflict with other bindata packages.
fix
Use a different import alias if needed.
affects: all
Upgrade
Version history
4.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
shulhan-go-bindata — go get shulhan-go-bindata · libregistry