gitea/vendor/github.com/boombuler/barcode
Mura Li d77176912b Use Go1.11 module (#5743)
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
2019-03-27 19:15:23 +08:00
..
qr Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00
utils Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00
LICENSE Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00
README.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
barcode.go Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00
scaledbarcode.go Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00

README.md

##Introduction## This is a package for GO which can be used to create different types of barcodes.

##Supported Barcode Types##

  • Aztec Code
  • Codabar
  • Code 128
  • Code 39
  • EAN 8
  • EAN 13
  • Datamatrix
  • QR Codes
  • 2 of 5

##Documentation## See GoDoc

To create a barcode use the Encode function from one of the subpackages.