Skip to content

organisationsnummer/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ac733e · Feb 20, 2024

History

46 Commits
Feb 20, 2024
Feb 20, 2024
Feb 13, 2022
Mar 13, 2023
Feb 13, 2022
Dec 16, 2022
Feb 20, 2024
Feb 20, 2024
Feb 20, 2024
Mar 9, 2023
Feb 13, 2022

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