Nessuna descrizione

boombuler fe0f26ff6d updated readme again 9 anni fa
aztec d039b6bd02 finished aztec code generator. 9 anni fa
codabar 7435af80e5 Add checksum calculation to relevant barcode types 10 anni fa
code128 3e02de6fc1 fixes shouldUseCTable 9 anni fa
code39 7435af80e5 Add checksum calculation to relevant barcode types 10 anni fa
datamatrix d039b6bd02 finished aztec code generator. 9 anni fa
ean 7435af80e5 Add checksum calculation to relevant barcode types 10 anni fa
qr d039b6bd02 finished aztec code generator. 9 anni fa
twooffive 7435af80e5 Add checksum calculation to relevant barcode types 10 anni fa
utils d039b6bd02 finished aztec code generator. 9 anni fa
LICENSE 03fa651512 added license 12 anni fa
README.md fe0f26ff6d updated readme again 9 anni fa
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types 10 anni fa
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types 10 anni fa

README.md

##Introduction## This is a package for GO which can be used to create different types of barcodes.

##Supported Barcode Types##

  • Aztec Code
  • 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.