personnummer / go

Validate Swedish personal identity numbers

Home Page:https://pkg.go.dev/github.com/personnummer/go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personnummer GitHub Workflow Status GoDoc Go Report Card

Validate Swedish personal identity numbers.

Installation

go get -u github.com/personnummer/go/v3

Example

package main

import (
	personnummer "github.com/personnummer/go/v3"
)

func main() {
	personnummer.Valid("198507099805")
	//=> true
}

License

MIT

About

Validate Swedish personal identity numbers

https://pkg.go.dev/github.com/personnummer/go

License:MIT License


Languages

Language:Go 100.0%