a barcode creation lib for golang
Go to file
boombuler 868ca20ff5 added "A" encoding-table 2017-04-03 19:16:53 +02:00
aztec moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
codabar moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
code39 added test for code 3 of 9 2017-01-26 08:53:21 +01:00
code128 added "A" encoding-table 2017-04-03 19:16:53 +02:00
datamatrix moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
ean moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
qr moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
twooffive moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
utils moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
LICENSE added license 2014-06-15 21:33:44 +02:00
README.md updated readme again 2016-12-26 22:19:16 +01:00
barcode.go moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
scaledbarcode.go Fix typo 2017-01-31 12:27:28 -05: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.