Ei kuvausta

Florian Sundermann f8b9e11d84 Fixes #13 9 vuotta sitten
codabar 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten
code128 f8b9e11d84 Fixes #13 9 vuotta sitten
code39 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten
datamatrix a8e04f9666 fixes issue #12 9 vuotta sitten
ean 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten
qr 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten
twooffive 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten
utils 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten
LICENSE 03fa651512 added license 11 vuotta sitten
README.md a8ac393109 updated readme 11 vuotta sitten
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types 9 vuotta sitten

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.