.. | ||
.travis.yml | ||
byteexec_test_stub.go | ||
byteexec_test_windows.go | ||
byteexec.go | ||
helloworld_darwin.go | ||
helloworld_linux_386.go | ||
helloworld_linux_amd64.go | ||
helloworld_windows.go | ||
LICENSE | ||
LICENSE_miniupnpc | ||
README.md | ||
rename_darwin.go | ||
rename_stub.go | ||
rename_windows.go |
byteexec
byteexec provides a Golang package that allows executing files that are stored as Go byte arrays. This is handy when combined with go-bindata.
To install:
go get github.com/getlantern/byteexec
For docs:
godoc github.com/getlantern/byteexec