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}