a barcode creation lib for golang
Go to file
Florian Sundermann b066487b3e moved checksum function to its own interface
its not needed that all barcodes have an integer checksum
so it should not be needed in every implementation.
2017-01-26 08:20:38 +01: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 moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
code128 moved checksum function to its own interface 2017-01-26 08:20:38 +01: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 moved checksum function to its own interface 2017-01-26 08:20:38 +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.