Versions in this module Expand all Collapse all v1 v1.0.0 Sep 22, 2017 Changes in this version + func Encode(content string, level ErrorCorrectionLevel, mode Encoding) (barcode.Barcode, error) + type Encoding byte + const AlphaNumeric + const Auto + const Numeric + const Unicode + func (e Encoding) String() string + type ErrorCorrectionLevel byte + const H + const L + const M + const Q + func (ecl ErrorCorrectionLevel) String() string