Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Andrew 6dd096b7f0 Two factor authentication support (#630) il y a 7 ans
..
qr Two factor authentication support (#630) il y a 7 ans
utils Two factor authentication support (#630) il y a 7 ans
LICENSE Two factor authentication support (#630) il y a 7 ans
README.md Two factor authentication support (#630) il y a 7 ans
barcode.go Two factor authentication support (#630) il y a 7 ans
scaledbarcode.go Two factor authentication support (#630) il y a 7 ans

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.