README ¶ ru-doc-code 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 Info about INN - ИНН Info about SNILS - СНИЛС Info about OGRN - ОГРН Info about OGRNIP - ОГРНИП Info about BIK - БИК Info about KPP - КПП Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis bik inn kpp models ogrn ogrnip okato oktmo snils utils Click to show internal directories. Click to hide internal directories.