wg-quicker/vendor/github.com/getlantern/byteexec/README.md

15 lines
692 B
Markdown
Raw Normal View History

byteexec [![Travis CI Status](https://travis-ci.org/getlantern/byteexec.svg?branch=master)](https://travis-ci.org/getlantern/byteexec) [![Coverage Status](https://coveralls.io/repos/getlantern/byteexec/badge.png)](https://coveralls.io/r/getlantern/byteexec) [![GoDoc](https://godoc.org/github.com/getlantern/byteexec?status.png)](http://godoc.org/github.com/getlantern/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](https://github.com/jteeuwen/go-bindata).
To install:
`go get github.com/getlantern/byteexec`
For docs:
`godoc github.com/getlantern/byteexec`