File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- Package go-validate-yourself
1+ Package validator
22================
3- [ ![ Build Status] ( https://travis-ci.org/bluesuncorp/go-validate-yourself .svg?branch=v5 )] ( https://travis-ci.org/bluesuncorp/go-validate-yourself )
4- [ ![ GoDoc] ( https://godoc.org/gopkg.in/bluesuncorp/go-validate-yourself .v5?status.svg )] ( https://godoc.org/gopkg.in/bluesuncorp/go-validate-yourself .v5 )
3+ [ ![ Build Status] ( https://travis-ci.org/bluesuncorp/validator .svg?branch=v5 )] ( https://travis-ci.org/bluesuncorp/validator )
4+ [ ![ GoDoc] ( https://godoc.org/gopkg.in/bluesuncorp/validator .v5?status.svg )] ( https://godoc.org/gopkg.in/bluesuncorp/validator .v5 )
55
66Package validator implements value validations for structs and individual fields based on tags.
77It is even capable of Cross Field and even Cross Field Cross Struct validation.
@@ -11,20 +11,20 @@ Installation
1111
1212Just use go get.
1313
14- go get gopkg.in/bluesuncorp/go-validate-yourself .v5
14+ go get gopkg.in/bluesuncorp/validator .v5
1515
1616or to update
1717
18- go get -u gopkg.in/bluesuncorp/go-validate-yourself .v5
18+ go get -u gopkg.in/bluesuncorp/validator .v5
1919
2020And then just import the package into your own code.
2121
22- import "gopkg.in/bluesuncorp/go-validate-yourself .v5"
22+ import "gopkg.in/bluesuncorp/validator .v5"
2323
2424Usage
2525=====
2626
27- Please see http://godoc.org/gopkg.in/bluesuncorp/go-validate-yourself .v5 for detailed usage docs.
27+ Please see http://godoc.org/gopkg.in/bluesuncorp/validator .v5 for detailed usage docs.
2828
2929Contributing
3030============
@@ -41,4 +41,4 @@ help make this package even better.
4141
4242License
4343=======
44- Distributed under MIT License, please see license file in code for more details.
44+ Distributed under MIT License, please see license file in code for more details.
You can’t perform that action at this time.
0 commit comments