소스 검색

remove useless annotation (#761)

heyanfu 3 년 전
부모
커밋
58cdba2c5d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/goctl/goctl.md

+ 2 - 2
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"`
 	}