github.com/jackc/pgtype.Varbit.Bytes (field)
5 uses
github.com/jackc/pgtype (current package)
varbit.go#L12: Bytes []byte
varbit.go#L57: *dst = Varbit{Bytes: buf, Len: int32(bitLen), Status: Present}
varbit.go#L74: *dst = Varbit{Bytes: src[rp:], Len: bitLen, Status: Present}
varbit.go#L90: if src.Bytes[byteIdx]&bitMask > 0 {
varbit.go#L108: return append(buf, src.Bytes...), nil
![]() |
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. |