GitXplorerGitXplorer
0

gtinny-go

public
1 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
76aceb7738759440087ce645b2b7c61688e5a090

Create go.yml

00xflotus committed a year ago
Unverified
1714fc7c85300e5921ce83b37680e3d649609450

added tests

00xflotus committed a year ago
Verified
aeec58b12fd2b40d03b4d85cd568bdeafa55327c

Create LICENSE

00xflotus committed a year ago
Unverified
1cbf40783bea48b0b6cee46c02b48231d045166a

initial commit

00xflotus committed a year ago

README

The README file for this repository.

gtinny-go

It's a simple GTIN Validator in Go.

Development

go get
go run .

Build

go build

Usage

> gtinny-go "97350053850012"
> echo $? # 0

> gtinny-go "12345678901234"
> echo $? # 1