a barcode creation lib for golang
Go to file
Florian Sundermann a8e04f9666 fixes issue #12
due to a race condition some DM codes were created incorrectly
2016-09-01 16:56:45 +02: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 Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
datamatrix fixes issue #12 2016-09-01 16:56:45 +02:00
ean Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
qr Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
twooffive Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
utils Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +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 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##

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