a barcode creation lib for golang
Go to file
Santiago Castro dcc981a38c Fix broken Markdown headings 2017-04-17 04:35:34 -03:00
aztec moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
codabar moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
code39 added test for code 3 of 9 2017-01-26 08:53:21 +01:00
code128 code128: Test Datalogic programming barcodes. 2017-04-12 12:34:41 +02:00
datamatrix moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
ean moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
qr moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
twooffive moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
utils moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
LICENSE added license 2014-06-15 21:33:44 +02:00
README.md Fix broken Markdown headings 2017-04-17 04:35:34 -03:00
barcode.go moved checksum function to its own interface 2017-01-26 08:20:38 +01:00
scaledbarcode.go Fix typo 2017-01-31 12:27:28 -05:00

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.