From 2878b5fa7d3e8e7e7e83639ccd5d692bee2414ba Mon Sep 17 00:00:00 2001 From: Yun Date: Sun, 30 Jun 2024 12:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- error_test.go | 2 +- go.mod | 2 +- langx_test.go | 2 +- readme.md | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 readme.md diff --git a/error_test.go b/error_test.go index 72decd4..79b83d0 100644 --- a/error_test.go +++ b/error_test.go @@ -4,7 +4,7 @@ import ( "context" "testing" - "code.yun.ink/pkg/langx" + "github.com/yuninks/langx" ) func TestError(t *testing.T) { diff --git a/go.mod b/go.mod index 9ab898a..b67c6c5 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module code.yun.ink/pkg/langx +module github.com/yuninks/langx go 1.19 diff --git a/langx_test.go b/langx_test.go index 1ba30af..d2d0e4f 100644 --- a/langx_test.go +++ b/langx_test.go @@ -3,7 +3,7 @@ package langx_test import ( "testing" - "code.yun.ink/pkg/langx" + "github.com/yuninks/langx" ) func TestLangx(t *testing.T) { diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..2f911dd --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ + +# 简介 +这是简单的一个多语言响应工具 + +