File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ GitHub tag (latest SemVer)] ( https://img.shields.io/github/tag/gookit/validate )] ( https://github.com/gookit/validate )
4
4
[ ![ GoDoc] ( https://godoc.org/github.com/gookit/validate?status.svg )] ( https://pkg.go.dev/github.com/gookit/validate )
5
- [ ![ Build Status ] ( https://travis-ci.org/gookit/validate.svg?branch=master )] ( https://travis-ci.org/ gookit/validate )
5
+ ![ GitHub go.mod Go version ] ( https://img.shields.io/github/go-mod/go-version/ gookit/goutil?style=flat-square )
6
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/gookit/validate/badge.svg?branch=master )] ( https://coveralls.io/github/gookit/validate?branch=master )
7
7
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/gookit/validate )] ( https://goreportcard.com/report/github.com/gookit/validate )
8
8
[ ![ Actions Status] ( https://github.com/gookit/validate/workflows/Unit-Tests/badge.svg )] ( https://github.com/gookit/validate/actions )
23
23
- Can use ` validate ` in any frameworks, such as Gin, Echo, Chi and more
24
24
- Supports direct use of rules to validate value. eg: ` validate.Val("xyz@mail.com", "required|email") `
25
25
26
- > Inspired the projects [ albrow/forms] ( https://github.com/albrow/forms ) and [ asaskevich/govalidator] ( https://github.com/asaskevich/govalidator ) and [ inhere/php-validate] ( https://github.com/inhere/php-validate ) . Thank you very much
27
-
28
26
## [ 中文说明] ( README.zh-CN.md )
29
27
30
28
中文说明请查看 ** [ README.zh-CN] ( README.zh-CN.md ) **
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ GitHub tag (latest SemVer)] ( https://img.shields.io/github/tag/gookit/validate )] ( https://github.com/gookit/validate )
4
4
[ ![ GoDoc] ( https://godoc.org/github.com/gookit/validate?status.svg )] ( https://pkg.go.dev/github.com/gookit/validate )
5
- [ ![ Build Status ] ( https://travis-ci.org/gookit/validate.svg?branch=master )] ( https://travis-ci.org/ gookit/validate )
5
+ ![ GitHub go.mod Go version ] ( https://img.shields.io/github/go-mod/go-version/ gookit/goutil?style=flat-square )
6
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/gookit/validate/badge.svg?branch=master )] ( https://coveralls.io/github/gookit/validate?branch=master )
7
7
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/gookit/validate )] ( https://goreportcard.com/report/github.com/gookit/validate )
8
8
[ ![ Actions Status] ( https://github.com/gookit/validate/workflows/Unit-Tests/badge.svg )] ( https://github.com/gookit/validate/actions )
@@ -26,8 +26,6 @@ Go通用的数据验证与过滤库,使用简单,内置大部分常用验证
26
26
- 支持直接使用规则来验证值 例如: ` validate.Val("xyz@mail.com", "required|email") `
27
27
- 完善的单元测试,测试覆盖率 ** > 90%**
28
28
29
- > 受到 [ albrow/forms] ( https://github.com/albrow/forms ) [ asaskevich/govalidator] ( https://github.com/asaskevich/govalidator ) [ inhere/php-validate] ( https://github.com/inhere/php-validate ) 这些项目的启发. 非常感谢它们
30
-
31
29
## [ English] ( README.md )
32
30
33
31
Please see the English introduction ** [ README] ( README.md ) **
You can’t perform that action at this time.
0 commit comments