rsc.io/qr.Code.Stride (field)

2 uses

	rsc.io/qr (current package)
		qr.go#L76: 	Stride int    // number of bytes per row
		qr.go#L83: 		c.Bitmap[y*c.Stride+x/8]&(1<<uint(7-x&7)) != 0