Florian 059b33dac2 Merge pull request #19 from bryant1410/master
Fix broken headings in Markdown files
2017-04-17 10:38:20 +02:00
2017-01-26 08:53:21 +01:00
2014-06-15 21:33:44 +02:00
2017-04-17 04:35:34 -03:00
2017-01-31 12:27:28 -05:00

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.

Languages
Go 100%