You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 375B

123456789101112131415161718
  1. ##Introduction##
  2. This is a package for GO which can be used to create different types of barcodes.
  3. ##Supported Barcode Types##
  4. * Aztec Code
  5. * Codabar
  6. * Code 128
  7. * Code 39
  8. * EAN 8
  9. * EAN 13
  10. * Datamatrix
  11. * QR Codes
  12. * 2 of 5
  13. ##Documentation##
  14. See [GoDoc](https://godoc.org/github.com/boombuler/barcode)
  15. To create a barcode use the Encode function from one of the subpackages.