Нема описа

Alex Good 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
codabar 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
code128 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
code39 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
datamatrix 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
ean 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
qr 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
twooffive 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
utils 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
LICENSE 03fa651512 added license пре 11 година
README.md a8ac393109 updated readme пре 11 година
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types пре 9 година

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.