package
0.0.0-20240207073725-66e2a86ba567
Repository: https://github.com/dmitrydevgomid/gofermart.git
Documentation: pkg.go.dev

# Functions

Calculate returns luhn check digit and the provided string number with its luhn check digit appended.
Generate will generate a valid luhn number of the provided length.
Generate will generate a valid luhn number of the provided length with prefix.
Validate returns an error if the provided string does not pass the luhn check.