Aucune description

Alex Good 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
codabar 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
code128 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
code39 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
datamatrix 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
ean 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
qr 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
twooffive 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
utils 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
LICENSE 03fa651512 added license il y a 11 ans
README.md a8ac393109 updated readme il y a 11 ans
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types il y a 9 ans

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.