mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 13:22:09 +08:00
fix: fix typo in comment
This commit is contained in:
parent
51aea73ba0
commit
bc632fa4a5
@ -558,7 +558,7 @@ func (c *Context) GetPostFormMap(key string) (map[string]string, bool) {
|
|||||||
return c.get(c.formCache, key)
|
return c.get(c.formCache, key)
|
||||||
}
|
}
|
||||||
|
|
||||||
// get is an internal method and returns a map which satisfy conditions.
|
// get is an internal method and returns a map which satisfies conditions.
|
||||||
func (c *Context) get(m map[string][]string, key string) (map[string]string, bool) {
|
func (c *Context) get(m map[string][]string, key string) (map[string]string, bool) {
|
||||||
dicts := make(map[string]string)
|
dicts := make(map[string]string)
|
||||||
exist := false
|
exist := false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user