1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-10-19 00:24:19 +00:00
vault-totp/vendor/github.com/boombuler/barcode/README.md
2017-01-03 13:31:39 +01:00

18 lines
375 B
Markdown

##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](https://godoc.org/github.com/boombuler/barcode)
To create a barcode use the Encode function from one of the subpackages.