Skip to content

Commit 4baeea9

Browse files
Dean KarnDean Karn
authored andcommitted
add v3 development branch
1 parent 191b1ce commit 4baeea9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package go-validate-yourself
22
================
3-
[![Build Status](https://travis-ci.org/joeybloggs/go-validate-yourself.svg?branch=v2)](https://travis-ci.org/joeybloggs/go-validate-yourself)
3+
[![Build Status](https://travis-ci.org/joeybloggs/go-validate-yourself.svg?branch=v3-development)](https://travis-ci.org/joeybloggs/go-validate-yourself)
44

55
Package validator implements value validations for structs and individual fields based on tags.
66

@@ -9,20 +9,20 @@ Installation
99

1010
Just use go get.
1111

12-
go get gopkg.in/joeybloggs/go-validate-yourself.v2
12+
go get gopkg.in/joeybloggs/go-validate-yourself.v3
1313

1414
or to update
1515

16-
go get -u gopkg.in/joeybloggs/go-validate-yourself.v2
16+
go get -u gopkg.in/joeybloggs/go-validate-yourself.v3
1717

1818
And then just import the package into your own code.
1919

20-
import "gopkg.in/joeybloggs/go-validate-yourself.v2"
20+
import "gopkg.in/joeybloggs/go-validate-yourself.v3"
2121

2222
Usage
2323
=====
2424

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

2727
Contributing
2828
============

0 commit comments

Comments
 (0)