套件: go-qrcode (0.0~git20200617.da1b656-3)
go-qrcode 的相關超連結
Trisquel 的資源:
下載原始碼套件 go-qrcode:
- [go-qrcode_0.0~git20200617.da1b656-3.dsc]
- [go-qrcode_0.0~git20200617.da1b656.orig.tar.xz]
- [go-qrcode_0.0~git20200617.da1b656-3.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- AlcinaSharon
- Lakshmipriya
- Anthony Fok
外部的資源:
- 主頁 [github.com]
相似套件:
QR Code encoder (Go program)
Package qrcode implements a QR Code encoder in Go language.
A QR Code is a matrix (two-dimensional) barcode. Arbitrary content may be encoded, with URLs being a popular choice :)
Each QR Code contains error recovery information to aid reading damaged or obscured codes. There are four levels of error recovery: Low, medium, high and highest. QR Codes with a higher recovery level are more robust to damage, at the cost of being physically larger.
The maximum capacity of a QR Code varies according to the content encoded and the error recovery level. The maximum capacity is 2,953 bytes, 4,296 alphanumeric characters, 7,089 numeric digits, or a combination of these.
This package contains the command-line tool qrcode.