mirror of
https://github.com/astaxie/beego.git
synced 2025-07-12 18:51:02 +00:00
make staticcheck happy
This commit is contained in:
@ -197,7 +197,6 @@ func TestParseForm(t *testing.T) {
|
||||
func TestRenderForm(t *testing.T) {
|
||||
type user struct {
|
||||
ID int `form:"-"`
|
||||
tag string `form:"tag"`
|
||||
Name interface{} `form:"username"`
|
||||
Age int `form:"age,text,年龄:"`
|
||||
Sex string
|
||||
|
Reference in New Issue
Block a user