mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 11:33:48 +08:00
go fmt
This commit is contained in:
parent
fc18b84d4b
commit
bcdbefb355
@ -400,7 +400,6 @@ func getParamOrDefault(c *gin.Context, k, def string) string {
|
|||||||
return def
|
return def
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func getParam(c *gin.Context, k string) string {
|
func getParam(c *gin.Context, k string) string {
|
||||||
p, _ := getParamWithType(c, k)
|
p, _ := getParamWithType(c, k)
|
||||||
return p
|
return p
|
||||||
|
Loading…
x
Reference in New Issue
Block a user