golang.org/x/pkgsite/internal/godoc/codec.Encoder.buf (field)
10 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L20: buf []byte
codec.go#L71: data := e.buf // remember the data
codec.go#L72: e.buf = nil // start with a fresh buffer
codec.go#L74: return append(e.buf, data...) // concatenate metadata and data
codec.go#L109: e.buf = append(e.buf, b)
codec.go#L125: e.buf = append(e.buf, b...)
codec.go#L136: e.buf = append(e.buf, s...)
![]() |
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. |