organisationsnummer 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