summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/boombuler/barcode/README.md
blob: 85c34d6390d873a1d48be94a750f08e706f7afdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##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.