From 58cdba2c5d79edd80151bf860d692caf4a058dec Mon Sep 17 00:00:00 2001 From: heyanfu <1145291570@qq.com> Date: Mon, 14 Jun 2021 16:00:47 +0800 Subject: [PATCH] remove useless annotation (#761) --- tools/goctl/goctl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/goctl/goctl.md b/tools/goctl/goctl.md index 4f06c64a..eb863706 100644 --- a/tools/goctl/goctl.md +++ b/tools/goctl/goctl.md @@ -54,8 +54,8 @@ type ( createRequest struct { innerType - name string `form:"name"` // niha - age int `form:"age,optional"` // nihaod + name string `form:"name"` + age int `form:"age,optional"` address []address `json:"address,optional"` }