File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ example: [TestSliceSmae](https://github.com/memory-overflow/go-text-algorithm/bl
17
17
import (
18
18
" testing"
19
19
20
- " github.com/memory-overflow/go-common-library/ text"
20
+ " github.com/memory-overflow/go-text-algorithm "
21
21
)
22
22
23
23
func TestSliceSmae (t *testing .T ) {
@@ -41,7 +41,7 @@ example: [TestActrie](https://github.com/memory-overflow/go-text-algorithm/blob/
41
41
import (
42
42
" testing"
43
43
44
- " github.com/memory-overflow/go-common-library/ text"
44
+ " github.com/memory-overflow/go-text-algorithm "
45
45
)
46
46
47
47
func TestActrie (t *testing .T ) {
@@ -64,7 +64,7 @@ example: [TestLevenshtein](https://github.com/memory-overflow/go-text-algorithm/
64
64
import (
65
65
" testing"
66
66
67
- " github.com/memory-overflow/go-common-library/ text"
67
+ " github.com/memory-overflow/go-text-algorithm "
68
68
)
69
69
70
70
func TestLevenshtein (t *testing .T ) {
@@ -81,7 +81,7 @@ example: [TestTextSim](https://github.com/memory-overflow/go-text-algorithm/blob
81
81
import (
82
82
" testing"
83
83
84
- " github.com/memory-overflow/go-common-library/ text"
84
+ " github.com/memory-overflow/go-text-algorithm "
85
85
)
86
86
87
87
func TestTextSim (t *testing .T ) {
You can’t perform that action at this time.
0 commit comments