We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c939e2 + cb3aebb commit 141ddb1Copy full SHA for 141ddb1
README.md
@@ -1,2 +1,24 @@
1
-# go-validate-yourself
2
-Go Struct and Field validation
+Package go-validate-yourself
+================
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