Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 587 Bytes

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.