Sin descripción

boombuler d039b6bd02 finished aztec code generator. hace 9 años
aztec d039b6bd02 finished aztec code generator. hace 9 años
codabar 7435af80e5 Add checksum calculation to relevant barcode types hace 10 años
code128 3e02de6fc1 fixes shouldUseCTable hace 9 años
code39 7435af80e5 Add checksum calculation to relevant barcode types hace 10 años
datamatrix d039b6bd02 finished aztec code generator. hace 9 años
ean 7435af80e5 Add checksum calculation to relevant barcode types hace 10 años
qr d039b6bd02 finished aztec code generator. hace 9 años
twooffive 7435af80e5 Add checksum calculation to relevant barcode types hace 10 años
utils d039b6bd02 finished aztec code generator. hace 9 años
LICENSE 03fa651512 added license hace 11 años
README.md a8ac393109 updated readme hace 11 años
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types hace 10 años
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types hace 10 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
  • 2 of 5

##Documentation## See GoDoc

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