]> Cypherpunks repositories - gostls13.git/commit
os/exec: add examples for CombinedOutput, StdinPipe, StderrPipe
authorEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 14 Sep 2016 09:11:02 +0000 (02:11 -0700)
committerAndrew Gerrand <adg@golang.org>
Fri, 16 Sep 2016 03:41:53 +0000 (03:41 +0000)
commitc55c33af52c5ed97c93ec67bf7373d095bcb957d
treee7e42df6208a3d3f9cac94056df1a0d386d1c37d
parent1bd91d4ccc57d3dbb2e5452c16ff6281d53e9763
os/exec: add examples for CombinedOutput, StdinPipe, StderrPipe

Updates #16360.

Adds examples for:
+ CombinedOutput
+ StdinPipe
+ StderrPipe

Change-Id: I19293e64b34ed9268da00e0519173a73bfbc2c10
Reviewed-on: https://go-review.googlesource.com/29150
Run-TryBot: Andrew Gerrand <adg@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/os/exec/example_test.go