chore: any -> interface{}

This commit is contained in:
loveuer
2024-01-13 20:44:20 +08:00
parent 340239fdd9
commit 8f4132f131
3 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ func main() {
var (
err error
req = new(Req)
rm = make(map[string]any)
rm = make(map[string]interface{})
)
//if err = c.QueryParser(req); err != nil {