بدون توضیح

boombuler 3dbe04fe04 started with aztec code 9 سال پیش
aztec 3dbe04fe04 started with aztec code 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 a8e04f9666 fixes issue #12 9 سال پیش
ean 7435af80e5 Add checksum calculation to relevant barcode types 10 سال پیش
qr 8b1271e880 fixed datarace 9 سال پیش
twooffive 7435af80e5 Add checksum calculation to relevant barcode types 10 سال پیش
utils 7435af80e5 Add checksum calculation to relevant barcode types 10 سال پیش
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.