An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/getlantern/byteexec

Package byteexec provides a very basic facility for running executables supplied as byte arrays, which is handy when used with github.com/jteeuwen/go-bindata. byteexec works by storing the provided command in a file. Example Usage: Note - byteexec.New is somewhat expensive, and Exec is safe for concurrent use, so it's advisable to create only one Exec for each executable.
2 versions
Latest release: almost 3 years ago
45 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/getlantern/byteexec

Dependent Repos 0