Documentation ¶ Index ¶ type Encodings func Encode(data []byte) (*Encodings, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Encodings ¶ type Encodings struct { Terminal string PNG []byte ASCII string } Encodings is the result of QR encoding. It has three different representations: Terminal with ansi codes, PNG-encoded bytes, and ASCII string where "#" is black and " " is white. func Encode ¶ func Encode(data []byte) (*Encodings, error) Encode makes a QR code out of data and encodes it into three different representations. Source Files ¶ View all Source files qrcode.go Click to show internal directories. Click to hide internal directories.