File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package bik
33import (
44 "strconv"
55
6- ru_doc_code "github.com/mrfoe7/go-codes-validator "
6+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
77)
88
99// Validate check to valid BIK format
Original file line number Diff line number Diff line change 66
77 "github.com/stretchr/testify/assert"
88
9- ru_doc_code "github.com/mrfoe7/go-codes-validator "
9+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
1010)
1111
1212func TestValidate (t * testing.T ) {
Original file line number Diff line number Diff line change 1- module github.com/mrfoe7/go-codes-validator
1+ module github.com/mrfoe7/ru-doc-code
22
33go 1.13
44
Original file line number Diff line number Diff line change 44 "strconv"
55 "strings"
66
7- ru_doc_code "github.com/mrfoe7/go-codes-validator "
7+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
88)
99
1010const (
Original file line number Diff line number Diff line change 77 "github.com/stretchr/testify/assert"
88 "github.com/stretchr/testify/require"
99
10- ru_doc_code "github.com/mrfoe7/go-codes-validator "
10+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
1111)
1212
1313func TestValidate (t * testing.T ) {
Original file line number Diff line number Diff line change 11package kpp
22
3- import ru_doc_code "github.com/mrfoe7/go-codes-validator "
3+ import ru_doc_code "github.com/mrfoe7/ru-doc-code "
44
55// Validate check to valid KPP format
66// example: input format is 773643301
Original file line number Diff line number Diff line change 66
77 "github.com/stretchr/testify/assert"
88
9- ru_doc_code "github.com/mrfoe7/go-codes-validator "
9+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
1010)
1111
1212func TestValidate (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ogrn
33import (
44 "strconv"
55
6- ru_doc_code "github.com/mrfoe7/go-codes-validator "
6+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
77)
88
99// Validate check to valid OGRN format
Original file line number Diff line number Diff line change 66
77 "github.com/stretchr/testify/assert"
88
9- ru_doc_code "github.com/mrfoe7/go-codes-validator "
9+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
1010)
1111
1212func TestValidate (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ogrnip
33import (
44 "strconv"
55
6- ru_doc_code "github.com/mrfoe7/go-codes-validator "
6+ ru_doc_code "github.com/mrfoe7/ru-doc-code "
77)
88
99// Validate check to valid OGRNIP format
You can’t perform that action at this time.
0 commit comments