Awesome Go

checkdigit

CategoryValidation
SubcategoryValidation
Stars0

Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.)

About checkdigit

checkdigit

CI codecov Go Report Card GoDoc GitHub license

About

Provide check digit algorithms and calculators written by Go.

Provided methods

Algorithms

Calculators

Usage

See examples.

License

Released under the MIT License.

Frequently Asked Questions

What is checkdigit?

checkdigit is a Validation library for the Go programming language. Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.)

How do I install checkdigit?

Install checkdigit with the Go module system using `go get osamingo/checkdigit`. Check the repository for the current installation instructions.

What category does checkdigit belong to?

checkdigit is listed under Validation, specifically Validation.

← Back to Validation