Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d2r2/go-shell
Auxiliary library for the launch and control external applications, making syscals and catching of SIG-calls.
https://github.com/d2r2/go-shell
Last synced: 1 day ago
JSON representation
Auxiliary library for the launch and control external applications, making syscals and catching of SIG-calls.
- Host: GitHub
- URL: https://github.com/d2r2/go-shell
- Owner: d2r2
- License: mit
- Created: 2015-07-11T18:22:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T05:21:10.000Z (about 3 years ago)
- Last Synced: 2024-06-18T23:15:06.519Z (5 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Golang utilities
======================================================================================================[![Go Report Card](https://goreportcard.com/badge/github.com/d2r2/go-shell)](https://goreportcard.com/report/github.com/d2r2/go-shell)
[![GoDoc](https://godoc.org/github.com/d2r2/go-rsync?status.svg)](https://godoc.org/github.com/d2r2/go-shell)
[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)Package contains some number of auxiliary routines to serve as OS system functions and Input/Output helper calls, which not found in Golang standard libraries.
License
-------Go-shell is licensed under MIT License.