File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44<br />
55
66![ Go version] ( https://img.shields.io/badge/go-v1.16-9cf )
7- [ ![ Release] ( https://img.shields.io/badge/release-1.4.5 -green.svg )] ( https://github.com/duke-git/lancet/releases )
7+ [ ![ Release] ( https://img.shields.io/badge/release-1.4.6 -green.svg )] ( https://github.com/duke-git/lancet/releases )
88[ ![ GoDoc] ( https://godoc.org/github.com//duke-git/lancet?status.svg )] ( https://pkg.go.dev/github.com/duke-git/lancet )
99[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/duke-git/lancet )] ( https://goreportcard.com/report/github.com/duke-git/lancet )
1010[ ![ test] ( https://github.com/duke-git/lancet/actions/workflows/codecov.yml/badge.svg?branch=main&event=push )] ( https://github.com/duke-git/lancet/actions/workflows/codecov.yml )
@@ -484,6 +484,7 @@ import "github.com/duke-git/lancet/strutil"
484484- [ Rotate] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil.md#Rotate )
485485- [ TemplateReplace] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil.md#TemplateReplace )
486486- [ RegexMatchAllGroups] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil.md#RegexMatchAllGroups )
487+ - [ Cut] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil.md#Cut )
487488
488489
489490### 14. System package contain some functions about os, runtime, shell command.
Original file line number Diff line number Diff line change 44<br />
55
66![ Go version] ( https://img.shields.io/badge/go-v1.16-9cf )
7- [ ![ Release] ( https://img.shields.io/badge/release-1.4.5 -green.svg )] ( https://github.com/duke-git/lancet/releases )
7+ [ ![ Release] ( https://img.shields.io/badge/release-1.4.6 -green.svg )] ( https://github.com/duke-git/lancet/releases )
88[ ![ GoDoc] ( https://godoc.org/github.com//duke-git/lancet?status.svg )] ( https://pkg.go.dev/github.com/duke-git/lancet )
99[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/duke-git/lancet )] ( https://goreportcard.com/report/github.com/duke-git/lancet )
1010[ ![ test] ( https://github.com/duke-git/lancet/actions/workflows/codecov.yml/badge.svg?branch=main&event=push )] ( https://github.com/duke-git/lancet/actions/workflows/codecov.yml )
@@ -486,6 +486,7 @@ import "github.com/duke-git/lancet/strutil"
486486- [ Rotate] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil_zh-CN.md#Rotate )
487487- [ TemplateReplace] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil_zh-CN.md#TemplateReplace )
488488- [ RegexMatchAllGroups] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil_zh-CN.md#RegexMatchAllGroups )
489+ - [ Cut] ( https://github.com/duke-git/lancet/blob/v1/docs/strutil_zh-CN.md#Cut )
489490
490491### 14. system 包含 os, runtime, shell command 相关函数。
491492
You can’t perform that action at this time.
0 commit comments