Registry / utility / asticode-go-bindata

asticode-go-bindata

JSON →
library1.0.0gogounverified

Converts any file into manageable Go source code for embedding binary data into a Go program.

go get github.com/asticode/go-bindata
INSTALL
IMPORT
SIG · ASTICODE-GO-BINDAT
A
asticode-go-bindata
utilitygov1.0.0
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/asticode/go-bindata

Use bindata to embed files

package main import ( "fmt" "github.com/asticode/go-bindata" ) func main() { config := bindata.Config{} fmt.Println(config) }
Debug
Known issues
gotchaDebug mode loads files from disk, not embedded data
fix
Use -debug flag only during development; for production, omit it to embed data.
affects: all
Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
2
Resources
asticode-go-bindata — go get asticode-go-bindata · libregistry