From ae97233c8c6c13c22649ef74d65e277dff2a1111 Mon Sep 17 00:00:00 2001 From: dtapps Date: Tue, 26 Dec 2023 10:18:29 +0800 Subject: [PATCH] - update --- .gitignore | 2 +- README.md | 8 ++++---- go.mod | 2 +- version.go | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5c75b7d..1df7ebe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ .idea .vscode *.log -gomod.sh +mod.sh *_test.go /vendor/ diff --git a/README.md b/README.md index 4a11776..0f94c22 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

-Golang String +Golang

-📦 Golang String +📦 Golang 字符串 [comment]: <> (go) [![godoc](https://pkg.go.dev/badge/go.dtapp.net/gostring?status.svg)](https://pkg.go.dev/go.dtapp.net/gostring) @@ -12,6 +12,6 @@ #### 安装 -```go -go get -v -u go.dtapp.net/gostring +```shell +go get -v -u go.dtapp.net/gostring@v1.0.13 ``` diff --git a/go.mod b/go.mod index 5de14fa..f8861e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.dtapp.net/gostring -go 1.21 +go 1.21.5 require ( go.dtapp.net/gojson v1.0.2 diff --git a/version.go b/version.go index 5d9d727..08d4f80 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package gostring -const Version = "1.0.12" +const Version = "1.0.13"