type rsc.io/qr/coding.Bits
13 uses
rsc.io/qr/coding (current package)
qr.go#L58: Encode(b *Bits, v Version)
qr.go#L61: type Bits struct {
qr.go#L66: func (b *Bits) Reset() {
qr.go#L71: func (b *Bits) Bits() int {
qr.go#L75: func (b *Bits) Bytes() []byte {
qr.go#L82: func (b *Bits) Append(p []byte) {
qr.go#L90: func (b *Bits) Write(v uint, nbit int) {
qr.go#L135: func (s Num) Encode(b *Bits, v Version) {
qr.go#L178: func (s Alpha) Encode(b *Bits, v Version) {
qr.go#L211: func (s String) Encode(b *Bits, v Version) {
qr.go#L379: func (b *Bits) Pad(n int) {
qr.go#L401: func (b *Bits) AddCheckBytes(v Version, l Level) {
qr.go#L432: var b Bits
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |