From f7be0e92c593c8977d11fe0a981230e12c278225 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 23 Aug 2018 15:30:38 +0900 Subject: [PATCH] ing --- annotation.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/annotation.go b/annotation.go index c634f47..e01c75f 100644 --- a/annotation.go +++ b/annotation.go @@ -7,8 +7,9 @@ import ( const ( AnnotationTag = "annotation" - NameTag = "@name" - DefaultTag = "@default" + NameTag = "@name" + DefaultTag = "@default" + RequiredTag = "@required" ) var (