修复 go fmt 问题

This commit is contained in:
Leonard Wang
2020-05-19 22:08:45 +08:00
parent f6d5314175
commit de757504cc
21 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ type SysApi struct {
Description string `json:"description"`
ApiGroup string `json:"apiGroup"`
Method string `json:"method" gorm:"default:'POST'"`
}
}