type rsc.io/qr.Code
9 uses
rsc.io/qr (current package)
png.go#L22: func (c *Code) PNG() []byte {
png.go#L37: func (w *pngWriter) encode(c *Code) []byte {
png.go#L88: func (b *bitWriter) writeCode(c *Code) {
qr.go#L30: func Encode(text string, level Level) (*Code, error) {
qr.go#L68: return &Code{cc.Bitmap, cc.Size, cc.Stride, 8}, nil
qr.go#L73: type Code struct {
qr.go#L81: func (c *Code) Black(x, y int) bool {
qr.go#L87: func (c *Code) Image() image.Image {
qr.go#L94: *Code
|
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. |