...

Package code39

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

Overview ▾

Package code39 can create Code39 barcodes

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