Skip to content

organisationsnummer/go

Repository files navigation

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