From aa275c658d5ca985ec1a2019342815f935dce02d Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Mon, 8 Jun 2015 08:27:07 -0400 Subject: [PATCH] merge pul request changes from @xboston --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 1b02c0f..a4cf673 100644 --- a/doc.go +++ b/doc.go @@ -10,7 +10,7 @@ Validate A simple example usage: - type UserDetail { + type UserDetail struct { Details string `validate:"-"` }