compress/gzip.Writer.Write (method)
8 uses
compress/gzip (current package)
gzip.go#L139: func (z *Writer) Write(p []byte) (int, error) {
gzip.go#L216: z.Write(nil)
gzip.go#L237: z.Write(nil)
github.com/google/pprof/profile
profile.go#L321: _, err := zw.Write(serialize(p))
golang.org/x/pkgsite/internal/middleware
caching.go#L229: zn, bufErr := r.zipWriter.Write(b)
google.golang.org/grpc
rpc_util.go#L95: if _, err := z.Write(p); err != nil {
runtime/pprof
proto.go#L148: b.zw.Write(b.pb.data)
proto.go#L379: b.zw.Write(b.pb.data)
![]() |
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. |