subprocess

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2018 License: MIT Imports: 3 Imported by: 0

README

pygz/subprocess

Software License Build Status Build status GoDoc

A Go library that returns output/error pipes & exit status codes from new spawned processes

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Pipe

func Pipe()

Types

type Response

type Response struct {
	StdOut   string
	StdErr   string
	ExitCode int
}

func Run

func Run(executable string, args ...string) Response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL