Нет описания

boombuler d039b6bd02 finished aztec code generator. 9 лет назад
aztec d039b6bd02 finished aztec code generator. 9 лет назад
codabar 7435af80e5 Add checksum calculation to relevant barcode types 10 лет назад
code128 3e02de6fc1 fixes shouldUseCTable 9 лет назад
code39 7435af80e5 Add checksum calculation to relevant barcode types 10 лет назад
datamatrix d039b6bd02 finished aztec code generator. 9 лет назад
ean 7435af80e5 Add checksum calculation to relevant barcode types 10 лет назад
qr d039b6bd02 finished aztec code generator. 9 лет назад
twooffive 7435af80e5 Add checksum calculation to relevant barcode types 10 лет назад
utils d039b6bd02 finished aztec code generator. 9 лет назад
LICENSE 03fa651512 added license 12 лет назад
README.md a8ac393109 updated readme 11 лет назад
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types 10 лет назад
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types 10 лет назад

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.