Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Mura Li d77176912b Use Go1.11 module (#5743) 5 роки тому
..
qr Two factor authentication support (#630) 7 роки тому
utils Two factor authentication support (#630) 7 роки тому
LICENSE Two factor authentication support (#630) 7 роки тому
README.md Use Go1.11 module (#5743) 5 роки тому
barcode.go Two factor authentication support (#630) 7 роки тому
scaledbarcode.go Two factor authentication support (#630) 7 роки тому

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.