Skip to content

Commit 48d2696

Browse files
committed
change: package name
1 parent abf81f4 commit 48d2696

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

bik/bik.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package bik
33
import (
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

bik/bik_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
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

1212
func TestValidate(t *testing.T) {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mrfoe7/go-codes-validator
1+
module github.com/mrfoe7/ru-doc-code
22

33
go 1.13
44

inn/inn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
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

1010
const (

inn/inn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
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

1313
func TestValidate(t *testing.T) {

kpp/kpp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package 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

kpp/kpp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
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

1212
func TestValidate(t *testing.T) {

ogrn/ogrn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ogrn
33
import (
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

ogrn/ogrn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
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

1212
func TestValidate(t *testing.T) {

ogrnip/ogrnip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ogrnip
33
import (
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

0 commit comments

Comments
 (0)