Registry / utility / go-bindata-go-bindata

go-bindata-go-bindata

JSON →
library3.1.2+incompatiblegogounverified

bindata converts any file into managable Go source code.

go get github.com/go-bindata/go-bindata
INSTALL
IMPORT
SIG · GO-BINDATA-GO-BIND
G
go-bindata-go-bindata
utilitygov3.1.2+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/go-bindata/go-bindata

Embed files into Go source code using the go-bindata command.

package main import ( "fmt" "github.com/go-bindata/go-bindata" ) func main() { // Typically used as a command-line tool, not a library. fmt.Println("Use 'go-bindata' CLI to embed files.") }
Debug
Known issues
gotchago-bindata is largely superseded by Go 1.16's embed package.
fix
Consider using //go:embed directives instead.
affects: >=1.16
Upgrade
Version history
3.1.2+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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