/go

Validate Swedish organization numbers

Primary LanguageGoMIT LicenseMIT

organisationsnummer GitHub Workflow Status GoDoc Go Report Card

Validate Swedish organization numbers.

Installation

go get -u github.com/organisationsnummer/go

Example

package main

import (
	organisationsnummer "github.com/organisationsnummer/go"
)

func main() {
	organisationsnummer.Valid("202100-5489")
	//=> true
}

License

MIT