add golangci feature to guarantee codes quality (#2229)

This commit is contained in:
houseme
2022-11-01 20:12:21 +08:00
committed by GitHub
parent 8e0e87877a
commit 1793bf0863
255 changed files with 1123 additions and 690 deletions

View File

@ -9,6 +9,7 @@ import (
type Req struct {
g.Meta `path:"/user" method:"get"`
}
type Res []Item
type Item struct {