byteexec icon indicating copy to clipboard operation
byteexec copied to clipboard

Go library for executing files stored as byte arrays, handy for use with go-bindata.

byteexec Travis CI Status Coverage Status GoDoc

byteexec provides a Golang package that allows executing files that are stored/embedded as Go byte arrays.

To install:

go get github.com/getlantern/byteexec

For docs:

godoc github.com/getlantern/byteexec