type rsc.io/qr/coding.Num
7 uses
rsc.io/qr/coding (current package)
qr.go#L114: type Num string
qr.go#L116: func (s Num) String() string {
qr.go#L120: func (s Num) Check() error {
qr.go#L131: func (s Num) Bits(v Version) int {
qr.go#L135: func (s Num) Encode(b *Bits, v Version) {
rsc.io/qr
qr.go#L36: case coding.Num(text).Check() == nil:
qr.go#L37: enc = coding.Num(text)
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. |