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