type rsc.io/qr/coding.Code
4 uses
rsc.io/qr/coding (current package)
qr.go#L310: type Code struct {
qr.go#L316: func (c *Code) Black(x, y int) bool {
qr.go#L431: func (p *Plan) Encode(text ...Encoding) (*Code, error) {
qr.go#L447: c := &Code{Size: len(p.Pixel), Stride: (len(p.Pixel) + 7) &^ 7}
|
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. |