type os/exec.prefixSuffixSaver
6 uses
os/exec (current package)
exec.go#L543: c.Stderr = &prefixSuffixSaver{N: 32 << 10}
exec.go#L549: ee.Stderr = c.Stderr.(*prefixSuffixSaver).Bytes()
exec.go#L664: type prefixSuffixSaver struct {
exec.go#L678: func (w *prefixSuffixSaver) Write(p []byte) (n int, err error) {
exec.go#L704: func (w *prefixSuffixSaver) fill(dst *[]byte, p []byte) (pRemain []byte) {
exec.go#L713: func (w *prefixSuffixSaver) Bytes() []byte {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |