An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.6% on proxy.golang.org

proxy.golang.org : github.com/ericvolp12/go-dexec

Package dexec provides an interface similar to os/exec to run external commands inside containers. Please read documentation carefully about semantic differences between os/exec and dexec. This utility is intended to provide an execution environment without changing the existing code a lot to execute a command on a remote machine (or a pool of machines) running Docker engine or locally to limit resource usage and have extra security. The package needs the following dependencies to work: - You may receive empty stdout/stderr from commands if the executed command does not end with a trailing new line or has a different flushing behavior. - StdinPipe/StdoutPipe/StderrPipe should be used with goroutines (one that executes Cmd.Wait() and another one that writes to/reads from the pipe. Otherwise, the code may hang 10% of the time due to some timing issue.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/ericvolp12/go-dexec
License: Apache-2.0
Latest release: about 2 months ago
Namespace: github.com/ericvolp12
Last synced: about 2 months ago