os/exec.prefixSuffixSaver.suffix (field)
8 uses
os/exec (current package)
exec.go#L667: suffix []byte // ring buffer once len(suffix) == N
exec.go#L687: p = w.fill(&w.suffix, p)
exec.go#L691: n := copy(w.suffix[w.suffixOff:], p)
exec.go#L714: if w.suffix == nil {
exec.go#L718: return append(w.prefix, w.suffix...)
exec.go#L721: buf.Grow(len(w.prefix) + len(w.suffix) + 50)
exec.go#L726: buf.Write(w.suffix[w.suffixOff:])
exec.go#L727: buf.Write(w.suffix[:w.suffixOff])
![]() |
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. |