package
Version:
v1.12.6
Opens a new window with list of versions in this module.
Published: May 1, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
Package qrcon implements a QR Code ANSI printer for displaying QR codes on
the console.
QRCode returns a string containing an ANSI encoded
QR Code
code, err := QRCode("foo")
if err != nil {
panic(err)
}
fmt.Println(code)
Output:
Source Files
¶
Click to show internal directories.
Click to hide internal directories.