1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-10-18 16:14:19 +00:00
vault-totp/vendor/github.com/boombuler/barcode
2017-01-03 13:31:39 +01:00
..
qr Add Godeps 2017-01-03 13:31:39 +01:00
utils Add Godeps 2017-01-03 13:31:39 +01:00
barcode.go Add Godeps 2017-01-03 13:31:39 +01:00
LICENSE Add Godeps 2017-01-03 13:31:39 +01:00
README.md Add Godeps 2017-01-03 13:31:39 +01:00
scaledbarcode.go Add Godeps 2017-01-03 13:31:39 +01:00

##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.