encoding/gob.Encoder.w (field)
11 uses
encoding/gob (current package)
encoder.go#L19: w []io.Writer // where to send the data
encoder.go#L36: enc.w = []io.Writer{w}
encoder.go#L44: return enc.w[len(enc.w)-1]
encoder.go#L49: enc.w = append(enc.w, w)
encoder.go#L54: enc.w = enc.w[0 : len(enc.w)-1]
encoder.go#L232: enc.w = enc.w[0:1]
![]() |
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. |