File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2222=====
2323
2424Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v1 for detailed usage docs.
25+
26+ Contributing
27+ ============
28+
29+ There will be a development branch for each version of this package i.e. v1-development, please
30+ make your pull requests against those branches.
31+
32+ If changes are breaking please create an issue, for discussion and create a pull request against
33+ the highest development branch for example this package has a v1 and v1-development branch
34+ however, there will also be a v2-development brach even though v2 doesn't exist yet.
35+
36+ I strongly encourage everyone whom creates a custom validation function to contribute them and
37+ help make this package even better.
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Bad Validator definitions are not handled by the library
119119
120120 // this definition of min max will never validate
121121
122- Baked In Validators
122+ Baked In Validators & Tags
123123
124124Here is a list of the current built in validators:
125125
You can’t perform that action at this time.
0 commit comments