File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
1717import (
1818 " testing"
1919
20- " github.com/memory-overflow/go-common-library/ text"
20+ " github.com/memory-overflow/go-text-algorithm "
2121)
2222
2323func TestSliceSmae (t *testing .T ) {
@@ -41,7 +41,7 @@ example: [TestActrie](https://github.com/memory-overflow/go-text-algorithm/blob/
4141import (
4242 " testing"
4343
44- " github.com/memory-overflow/go-common-library/ text"
44+ " github.com/memory-overflow/go-text-algorithm "
4545)
4646
4747func TestActrie (t *testing .T ) {
@@ -64,7 +64,7 @@ example: [TestLevenshtein](https://github.com/memory-overflow/go-text-algorithm/
6464import (
6565 " testing"
6666
67- " github.com/memory-overflow/go-common-library/ text"
67+ " github.com/memory-overflow/go-text-algorithm "
6868)
6969
7070func TestLevenshtein (t *testing .T ) {
@@ -81,7 +81,7 @@ example: [TestTextSim](https://github.com/memory-overflow/go-text-algorithm/blob
8181import (
8282 " testing"
8383
84- " github.com/memory-overflow/go-common-library/ text"
84+ " github.com/memory-overflow/go-text-algorithm "
8585)
8686
8787func TestTextSim (t *testing .T ) {
You can’t perform that action at this time.
0 commit comments