a barcode creation lib for golang
Go to file
boombuler bc131f9157 added 2 of 5 barcodes 2014-08-12 20:29:52 +02: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 added test + code cleanup 2014-08-11 10:34:45 +02:00
twooffive added 2 of 5 barcodes 2014-08-12 20:29:52 +02:00
utils moved rune2int and int2rune to utils package 2014-08-12 20:29:20 +02:00
LICENSE added license 2014-06-15 21:33:44 +02:00
README.md updated docs and code cleanup 2014-08-11 11:11:24 +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

##Documentation## See GoDoc

To create a barcode use the Encode function from one of the subpackages.