ru-doc-code

module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2023 License: MIT

README

ru-doc-code

GoDoc Go Coverage License Go Report Card

It is validator about official of code documents from Russia in Go

Alert

It is not production ready public API! It is API could be change it the future. To be attentive for this.

Usage

go get github.com/sshaplygin/ru-doc-code
Example

import (
	"log"
	
	"github.com/sshaplygin/ru-doc-code/inn"
)

...

isValid, err := inn.Validate("526317984689")
if err != nil {
    log.Error(err)
}
if isValid {
    log.Println("INN is valid")
}

Documentation

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL