a barcode creation lib for golang
Go to file
Florian Sundermann 63f4aa2c46 fixed issue #5 (new error correction code)
replaced the error correction code with some code based on xzing
2015-02-25 14:08:58 +01:00
codabar test cleanup 2014-08-12 13:53:36 +02:00
code39 updated docs and code cleanup 2014-08-11 11:11:24 +02:00
code128 fixed code128 and added some tests 2014-08-12 14:04:17 +02:00
datamatrix updated docs and code cleanup 2014-08-11 11:11:24 +02:00
ean moved rune2int and int2rune to utils package 2014-08-12 20:29:20 +02:00
qr fixed issue #5 (new error correction code) 2015-02-25 14:08:58 +01:00
twooffive added 2 of 5 barcodes 2014-08-12 20:29:52 +02:00
utils fixed issue #5 (new error correction code) 2015-02-25 14:08:58 +01:00
LICENSE added license 2014-06-15 21:33:44 +02:00
README.md updated readme 2014-08-12 20:31:54 +02:00
barcode.go updated documentation 2013-12-11 15:52:59 +01:00
scaledbarcode.go updated docs and code cleanup 2014-08-11 11:11:24 +02:00

README.md

##Introduction## This is a package for GO which can be used to create different types of barcodes.

##Supported Barcode Types##

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