Merge branch 'v1' into v1-development

pull/16/head
Dean Karn 10 years ago
commit acbc848b79
  1. 13
      README.md
  2. 2
      doc.go

@ -22,3 +22,16 @@ Usage
=====
Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v1 for detailed usage docs.
Contributing
============
There will be a development branch for each version of this package i.e. v1-development, please
make your pull requests against those branches.
If changes are breaking please create an issue, for discussion and create a pull request against
the highest development branch for example this package has a v1 and v1-development branch
however, there will also be a v2-development brach even though v2 doesn't exist yet.
I strongly encourage everyone whom creates a custom validation function to contribute them and
help make this package even better.

@ -119,7 +119,7 @@ Bad Validator definitions are not handled by the library
// this definition of min max will never validate
Baked In Validators
Baked In Validators & Tags
Here is a list of the current built in validators:

Loading…
Cancel
Save