Skip to content

Commit cb3aebb

Browse files
Dean KarnDean Karn
authored andcommitted
update README
1 parent 5131e5e commit cb3aebb

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# go-validate-yourself
2-
Go Struct and Field validation
1+
Package go-validate-yourself
2+
================
3+
4+
Package validator implements value validations for structs and individual fields based on tags.
5+
6+
Installation
7+
============
8+
9+
Just use go get.
10+
11+
go get gopkg.in/joeybloggs/go-validate-yourself.v1
12+
13+
or to update
14+
15+
go get -u gopkg.in/joeybloggs/go-validate-yourself.v1
16+
17+
And then just import the package into your own code.
18+
19+
import "gopkg.in/joeybloggs/go-validate-yourself.v1"
20+
21+
Usage
22+
=====
23+
24+
Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v1 for detailed usage docs.

0 commit comments

Comments
 (0)