github.com/go-redis/redis/v8/internal/proto.Writer.numBuf (field)
14 uses
github.com/go-redis/redis/v8/internal/proto (current package)
writer.go#L24: numBuf []byte
writer.go#L32: numBuf: make([]byte, 64),
writer.go#L99: w.numBuf = v.AppendFormat(w.numBuf[:0], time.RFC3339Nano)
writer.go#L100: return w.bytes(w.numBuf)
writer.go#L134: w.numBuf = strconv.AppendUint(w.numBuf[:0], n, 10)
writer.go#L135: return w.bytes(w.numBuf)
writer.go#L139: w.numBuf = strconv.AppendInt(w.numBuf[:0], n, 10)
writer.go#L140: return w.bytes(w.numBuf)
writer.go#L144: w.numBuf = strconv.AppendFloat(w.numBuf[:0], f, 'f', -1, 64)
writer.go#L145: return w.bytes(w.numBuf)
 |
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. |