We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fd4f8 commit 02882b5Copy full SHA for 02882b5
README-zh.md
@@ -28,7 +28,7 @@
28
## 模块
29
30
- 模块路径:`github.com/Rodert/go-commons`
31
-- Go 版本:`1.24.3`
+- Go 版本:`1.24.7`
32
33
## 安装
34
README.md
@@ -28,7 +28,7 @@ A small collection of Go utility packages focused on string helpers and basic sy
## Module
- Module path: `github.com/Rodert/go-commons`
-- Go version: `1.24.3`
+- Go version: `1.24.7`
## Install
go.mod
@@ -1,6 +1,6 @@
1
module github.com/Rodert/go-commons
2
3
-go 1.22.0
+go 1.24.7
4
5
require (
6
github.com/gin-gonic/gin v1.10.1
0 commit comments