a barcode creation lib for golang
Go to file
boombuler d2ce980b7f updated readme 2016-12-26 22:18:30 +01:00
aztec finished aztec code generator. 2016-12-26 22:16:28 +01:00
codabar Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
code39 Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
code128 fixes shouldUseCTable 2016-10-06 15:00:55 +02:00
datamatrix finished aztec code generator. 2016-12-26 22:16:28 +01:00
ean Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
qr finished aztec code generator. 2016-12-26 22:16:28 +01:00
twooffive Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
utils finished aztec code generator. 2016-12-26 22:16:28 +01:00
LICENSE added license 2014-06-15 21:33:44 +02:00
README.md updated readme 2016-12-26 22:18:30 +01:00
barcode.go Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
scaledbarcode.go Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01: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.