Registry / utility / alexellis-go-execute

alexellis-go-execute

JSON →
library0.6.0gogounverified

Provides a simple interface for executing shell commands in Go.

go get github.com/alexellis/go-execute
INSTALL
IMPORT
SIG · ALEXELLIS-GO-EXECU
A
alexellis-go-execute
utilitygov0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

execute
github.com/alexellis/go-execute

Executes a shell command and prints its output.

package main import ( "fmt" "github.com/alexellis/go-execute" ) func main() { res, _ := execute.Exec("echo", []string{"hello"}) fmt.Println(res.Stdout) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
33
Amazon
1
OpenAI (training)
1
Resources
alexellis-go-execute — go get alexellis-go-execute · libregistry