golang-github-calmh-luhn 1.0.0-1 source package in Ubuntu

Changelog

golang-github-calmh-luhn (1.0.0-1) unstable; urgency=medium

  * Initial release (Closes: #824342)

 -- Alexandre Viau <email address hidden>  Sat, 14 May 2016 13:12:19 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-calmh-luhn_1.0.0-1.dsc 2.1 KiB 0896f9f6ef8ab9186f51c7f4c4d02716127a9e28efe91ce5893f80abd83af7f3
golang-github-calmh-luhn_1.0.0.orig.tar.xz 1.8 KiB a07373964a88c774d4f40455af72b9f6e63c17b42ac0555ec7c038ee044dee2b
golang-github-calmh-luhn_1.0.0-1.debian.tar.xz 1.8 KiB b3485446e84a9f5cd9ad52d81631fba5eb3349f5b24bd2431ffe520c3d647f64

No changes file available.

Binary packages built by this source

golang-github-calmh-luhn-dev: Luhn-mod-N implementation in Go

 Package luhn provides a Luhn-mod-N implementation in Go.
 Function generate returns a check digit for the string s,
 which should be composed of characters from the Alphabet a.
 Function validate returns true if the last character of the
 string s is correct, for a string s composed of characters
 in the alphabet a.