From c09c7a1231e7576f450d69fe8171218848c12346 Mon Sep 17 00:00:00 2001 From: Nikolay Kirsh Date: Mon, 8 Jun 2015 13:48:11 +0500 Subject: [PATCH] fix UserDetail type --- 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:"-"` }