Codebase list golang-rsc-qr / e8c4903
New upstream release. Debian Janitor 4 years ago
5 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
22 // license that can be found in the LICENSE file.
33
44 // Package coding implements low-level QR coding details.
5 package coding
5 package coding // import "rsc.io/qr/coding"
66
77 import (
88 "fmt"
0 golang-rsc-qr (0.2.0-1) UNRELEASED; urgency=medium
1
2 * New upstream release.
3
4 -- Debian Janitor <janitor@jelmer.uk> Sat, 10 Aug 2019 23:45:12 +0000
5
06 golang-rsc-qr (0.0~git20161121.48b2ede-1) unstable; urgency=medium
17
28 * Initial release (Closes: #890197)
22 // license that can be found in the LICENSE file.
33
44 // Package gf256 implements arithmetic over the Galois Field GF(256).
5 package gf256
5 package gf256 // import "rsc.io/qr/gf256"
66
77 import "strconv"
88
0 module rsc.io/qr
44 /*
55 Package qr encodes QR codes.
66 */
7 package qr
7 package qr // import "rsc.io/qr"
88
99 import (
1010 "errors"