os/exec.prefixSuffixSaver.suffixOff (field)
7 uses
os/exec (current package)
exec.go#L668: suffixOff int // offset to write into suffix
exec.go#L691: n := copy(w.suffix[w.suffixOff:], p)
exec.go#L694: w.suffixOff += n
exec.go#L695: if w.suffixOff == w.N {
exec.go#L696: w.suffixOff = 0
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. |