os/exec.prefixSuffixSaver.N (field)
5 uses
os/exec (current package)
exec.go#L543: c.Stderr = &prefixSuffixSaver{N: 32 << 10}
exec.go#L665: N int // max size of prefix or suffix
exec.go#L683: if overage := len(p) - w.N; overage > 0 {
exec.go#L695: if w.suffixOff == w.N {
exec.go#L705: if remain := w.N - len(*dst); remain > 0 {
![]() |
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. |