Sem descrição

boombuler 3dbe04fe04 started with aztec code há 9 anos atrás
aztec 3dbe04fe04 started with aztec code há 9 anos atrás
codabar 7435af80e5 Add checksum calculation to relevant barcode types há 10 anos atrás
code128 3e02de6fc1 fixes shouldUseCTable há 9 anos atrás
code39 7435af80e5 Add checksum calculation to relevant barcode types há 10 anos atrás
datamatrix a8e04f9666 fixes issue #12 há 9 anos atrás
ean 7435af80e5 Add checksum calculation to relevant barcode types há 10 anos atrás
qr 8b1271e880 fixed datarace há 9 anos atrás
twooffive 7435af80e5 Add checksum calculation to relevant barcode types há 10 anos atrás
utils 7435af80e5 Add checksum calculation to relevant barcode types há 10 anos atrás
LICENSE 03fa651512 added license há 11 anos atrás
README.md a8ac393109 updated readme há 11 anos atrás
barcode.go 7435af80e5 Add checksum calculation to relevant barcode types há 10 anos atrás
scaledbarcode.go 7435af80e5 Add checksum calculation to relevant barcode types há 10 anos atrás

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.