Ei kuvausta

Florian Sundermann 63f4aa2c46 fixed issue #5 (new error correction code) 11 vuotta sitten
codabar b1ca18cc4c test cleanup 11 vuotta sitten
code128 ea51d46359 fixed code128 and added some tests 11 vuotta sitten
code39 d0cdae0475 updated docs and code cleanup 11 vuotta sitten
datamatrix d0cdae0475 updated docs and code cleanup 11 vuotta sitten
ean ecbfc39708 moved rune2int and int2rune to utils package 11 vuotta sitten
qr 63f4aa2c46 fixed issue #5 (new error correction code) 11 vuotta sitten
twooffive bc131f9157 added 2 of 5 barcodes 11 vuotta sitten
utils 63f4aa2c46 fixed issue #5 (new error correction code) 11 vuotta sitten
LICENSE 03fa651512 added license 11 vuotta sitten
README.md a8ac393109 updated readme 11 vuotta sitten
barcode.go d6bf3500ec updated documentation 12 vuotta sitten
scaledbarcode.go d0cdae0475 updated docs and code cleanup 11 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.