File: README.md

package info (click to toggle)
golang-barcode 0.0~git20140830-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 288 kB
  • sloc: makefile: 3
file content (17 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##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](https://godoc.org/github.com/boombuler/barcode)

To create a barcode use the Encode function from one of the subpackages.