Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amwolff/pesels
- Owner: amwolff
- License: mit
- Created: 2019-09-17T21:10:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T11:33:22.000Z (10 months ago)
- Last Synced: 2024-06-20T07:59:09.511Z (5 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.