Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amwolff/pesels

Go library for validating and decoding Polish PESEL numbers
https://github.com/amwolff/pesels

Last synced: 23 days ago
JSON representation

Go library for validating and decoding Polish PESEL numbers

Awesome Lists containing this project

README

        

Package pesels provides utilities for working with Polish PESEL numbers.

[![GoDoc](https://godoc.org/github.com/amwolff/pesels?status.svg)](https://godoc.org/github.com/amwolff/pesels)
[![Build Status](https://travis-ci.org/amwolff/pesels.svg?branch=master)](https://travis-ci.org/amwolff/pesels)

## Usage examples

See [validating](https://play.golang.org/p/smKV-qKVNts) and [decoding](https://play.golang.org/p/dq8K5kTLHH1) examples.