Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 832 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 832 Bytes

Luhn algorithm written in Go

Build Status GitHub issues Go Report Card Coverage Status GitHub license

The Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate a variety of identification numbers.