golang-github-calmh-luhn 2.0.0-2 source package in Ubuntu

Changelog

golang-github-calmh-luhn (2.0.0-2) unstable; urgency=medium

  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 16:45:02 -0500

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-calmh-luhn_2.0.0-2.dsc 2.2 KiB 168d660938bcd7bd4ddd66705f38d4f825dcc838961b1acbdbbb824cfcfd1a8b
golang-github-calmh-luhn_2.0.0.orig.tar.gz 2.1 KiB 518f505e62e30a79e6f2e83b63e82746bc74a7c81d448f639a3c1dd14453d712
golang-github-calmh-luhn_2.0.0-2.debian.tar.xz 1.9 KiB 42ed68175f4441f51e922d1004dfbb7f870c0b50c034dbfaa52aa731949fddfc

Available diffs

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.