No Description

Alex Good 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
codabar 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
code128 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
code39 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
datamatrix 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
ean 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
qr 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
twooffive 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
utils 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
LICENSE 03fa651512 added license 12 years ago
README.md a8ac393109 updated readme 11 years ago
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types 10 years ago

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.