File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Package go-validate-yourself
22================
3- [ ![ Build Status] ( https://travis-ci.org/joeybloggs/go-validate-yourself.svg?branch=v3 )] ( https://travis-ci.org/joeybloggs/go-validate-yourself )
3+ [ ![ Build Status] ( https://travis-ci.org/joeybloggs/go-validate-yourself.svg?branch=v4-development )] ( https://travis-ci.org/joeybloggs/go-validate-yourself )
44
55Package validator implements value validations for structs and individual fields based on tags.
66
@@ -9,15 +9,15 @@ Installation
99
1010Just use go get.
1111
12- go get gopkg.in/joeybloggs/go-validate-yourself.v3
12+ go get gopkg.in/joeybloggs/go-validate-yourself.v4
1313
1414or to update
1515
16- go get -u gopkg.in/joeybloggs/go-validate-yourself.v3
16+ go get -u gopkg.in/joeybloggs/go-validate-yourself.v4
1717
1818And then just import the package into your own code.
1919
20- import "gopkg.in/joeybloggs/go-validate-yourself.v3 "
20+ import "gopkg.in/joeybloggs/go-validate-yourself.v4 "
2121
2222Usage
2323=====
You can’t perform that action at this time.
0 commit comments