Sen descrición

boombuler a8ac393109 updated readme %!s(int64=11) %!d(string=hai) anos
codabar b1ca18cc4c test cleanup %!s(int64=11) %!d(string=hai) anos
code128 ea51d46359 fixed code128 and added some tests %!s(int64=11) %!d(string=hai) anos
code39 d0cdae0475 updated docs and code cleanup %!s(int64=11) %!d(string=hai) anos
datamatrix d0cdae0475 updated docs and code cleanup %!s(int64=11) %!d(string=hai) anos
ean ecbfc39708 moved rune2int and int2rune to utils package %!s(int64=11) %!d(string=hai) anos
qr bccb3d2ede added test + code cleanup %!s(int64=11) %!d(string=hai) anos
twooffive bc131f9157 added 2 of 5 barcodes %!s(int64=11) %!d(string=hai) anos
utils ecbfc39708 moved rune2int and int2rune to utils package %!s(int64=11) %!d(string=hai) anos
LICENSE 03fa651512 added license %!s(int64=11) %!d(string=hai) anos
README.md a8ac393109 updated readme %!s(int64=11) %!d(string=hai) anos
barcode.go d6bf3500ec updated documentation %!s(int64=12) %!d(string=hai) anos
scaledbarcode.go d0cdae0475 updated docs and code cleanup %!s(int64=11) %!d(string=hai) anos

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.