Sin descripción

boombuler ecbfc39708 moved rune2int and int2rune to utils package hace 11 años
codabar b1ca18cc4c test cleanup hace 11 años
code128 ea51d46359 fixed code128 and added some tests hace 11 años
code39 d0cdae0475 updated docs and code cleanup hace 11 años
datamatrix d0cdae0475 updated docs and code cleanup hace 11 años
ean ecbfc39708 moved rune2int and int2rune to utils package hace 11 años
qr bccb3d2ede added test + code cleanup hace 11 años
utils ecbfc39708 moved rune2int and int2rune to utils package hace 11 años
LICENSE 03fa651512 added license hace 12 años
README.md d0cdae0475 updated docs and code cleanup hace 11 años
barcode.go d6bf3500ec updated documentation hace 12 años
scaledbarcode.go d0cdae0475 updated docs and code cleanup hace 11 años

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

##Documentation## See GoDoc

To create a barcode use the Encode function from one of the subpackages.