Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwxrob/run-go
Higher level Golang functions for calling executables and dealing with output and errors
https://github.com/rwxrob/run-go
commands exec executable golang package sysexec utility
Last synced: 13 days ago
JSON representation
Higher level Golang functions for calling executables and dealing with output and errors
- Host: GitHub
- URL: https://github.com/rwxrob/run-go
- Owner: rwxrob
- License: apache-2.0
- Created: 2023-06-25T20:30:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T01:41:11.000Z (over 1 year ago)
- Last Synced: 2024-10-11T01:47:08.685Z (27 days ago)
- Topics: commands, exec, executable, golang, package, sysexec, utility
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell script-like command execution in Golang
[![GoDoc](https://godoc.org/github.com/rwxrob/run-go?status.svg)](https://godoc.org/github.com/rwxrob/run-go)
[![License](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/rwxrob/run-go)](https://goreportcard.com/report/github.com/rwxrob/run-go)