wg-quicker/vendor/github.com/getlantern/byteexec
2021-01-20 15:03:21 +01:00
..
.travis.yml adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
byteexec_test_stub.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
byteexec_test_windows.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
byteexec.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
helloworld_darwin.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
helloworld_linux_386.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
helloworld_linux_amd64.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
helloworld_windows.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
LICENSE adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
LICENSE_miniupnpc adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
README.md adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
rename_darwin.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
rename_stub.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
rename_windows.go adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00

byteexec Travis CI Status Coverage Status GoDoc

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