Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pkg
langx
Commits
2878b5fa
Commit
2878b5fa
authored
9 months ago
by
yun
Browse files
Options
Download
Email Patches
Plain Diff
提交
parent
cf9ac56b
master
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
error_test.go
+1
-1
error_test.go
go.mod
+1
-1
go.mod
langx_test.go
+1
-1
langx_test.go
readme.md
+5
-0
readme.md
with
8 additions
and
3 deletions
+8
-3
error_test.go
+
1
-
1
View file @
2878b5fa
...
...
@@ -4,7 +4,7 @@ import (
"context"
"testing"
"
code.
yun
.
ink
/pkg
/langx"
"
github.com/
yunink
s
/langx"
)
func
TestError
(
t
*
testing
.
T
)
{
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
1
-
1
View file @
2878b5fa
module
code.
yun
.
ink
/pkg
/langx
module
github.com/
yunink
s
/langx
go 1.19
This diff is collapsed.
Click to expand it.
langx_test.go
+
1
-
1
View file @
2878b5fa
...
...
@@ -3,7 +3,7 @@ package langx_test
import
(
"testing"
"
code.
yun
.
ink
/pkg
/langx"
"
github.com/
yunink
s
/langx"
)
func
TestLangx
(
t
*
testing
.
T
)
{
...
...
This diff is collapsed.
Click to expand it.
readme.md
0 → 100644
+
5
-
0
View file @
2878b5fa
# 简介
这是简单的一个多语言响应工具
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets