T-PWK / go-luhn

Luhn algorithm written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Luhn algorithm written in Go

License:MIT License


Languages

Language:Go 100.0%