Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 783 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 783 Bytes

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