8000 GitHub - go-exec/exec: Infra-as-Software Local and Remote Commands Executor Library Builder in Go @radutopala #golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

go-exec/exec

Repository files navigation

Exec

Go library for executing local and remote commands

Github Actions Go Report Card License: MIT

Installation

Via go get command:

go get github.com/go-exec/exec

Recipes

Check ./recipes folder.

Examples

Check ./examples folder.

0