package code39

import "github.com/boombuler/barcode/code39"

Package code39 can create Code39 barcodes

Index

Functions

func Encode

func Encode(content string, includeChecksum bool, fullASCIIMode bool) (barcode.BarcodeIntCS, error)

Encode returns a code39 barcode for the given content if includeChecksum is set to true, a checksum character is calculated and added to the content

Source Files

encoder.go

Version
v1.0.0
Published
Sep 22, 2017
Platform
darwin/amd64
Imports
5 packages
Last checked
2 hours ago

Tools for package owners.