提交
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"code.yun.ink/pkg/langx"
|
"github.com/yuninks/langx"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestError(t *testing.T) {
|
func TestError(t *testing.T) {
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module code.yun.ink/pkg/langx
|
module github.com/yuninks/langx
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ package langx_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"code.yun.ink/pkg/langx"
|
"github.com/yuninks/langx"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestLangx(t *testing.T) {
|
func TestLangx(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user