This commit is contained in:
Yun
2024-06-30 12:07:53 +08:00
parent cf9ac56b88
commit 2878b5fa7d
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,3 +1,3 @@
module code.yun.ink/pkg/langx module github.com/yuninks/langx
go 1.19 go 1.19
+1 -1
View File
@@ -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) {
+5
View File
@@ -0,0 +1,5 @@
# 简介
这是简单的一个多语言响应工具