Skip to content

Commit 50d47f3

Browse files
Dean KarnDean Karn
authored andcommitted
Merge branch 'v4' into v4-development
Conflicts: doc.go
2 parents c35b32d + a3cb430 commit 50d47f3

File tree

5 files changed

+134
-121
lines changed

5 files changed

+134
-121
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Package go-validate-yourself
22
================
3-
[![Build Status](https://travis-ci.org/joeybloggs/go-validate-yourself.svg?branch=v4-development)](https://travis-ci.org/joeybloggs/go-validate-yourself)
3+
[![Build Status](https://travis-ci.org/joeybloggs/go-validate-yourself.svg?branch=v4)](https://travis-ci.org/joeybloggs/go-validate-yourself)
4+
[![GoDoc](https://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v4?status.svg)](https://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v4)
45

56
Package validator implements value validations for structs and individual fields based on tags.
67

@@ -22,7 +23,7 @@ And then just import the package into your own code.
2223
Usage
2324
=====
2425

25-
Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v3 for detailed usage docs.
26+
Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v4 for detailed usage docs.
2627

2728
Contributing
2829
============
@@ -36,3 +37,7 @@ however, there will also be a v2-development brach even though v2 doesn't exist
3637

3738
I strongly encourage everyone whom creates a custom validation function to contribute them and
3839
help make this package even better.
40+
41+
License
42+
=======
43+
Distributed under MIT License, please see license file in code for more details.

0 commit comments

Comments
 (0)