Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Mura Li d77176912b Use Go1.11 module (#5743) 5 år sedan
..
qr Two factor authentication support (#630) 7 år sedan
utils Two factor authentication support (#630) 7 år sedan
LICENSE Two factor authentication support (#630) 7 år sedan
README.md Use Go1.11 module (#5743) 5 år sedan
barcode.go Two factor authentication support (#630) 7 år sedan
scaledbarcode.go Two factor authentication support (#630) 7 år sedan

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.