some updates
This commit is contained in:
parent
1ce33aa89a
commit
1410847c03
43 changed files with 78 additions and 345 deletions
|
|
@ -215,7 +215,7 @@ func (c *Context) Form(name string) string {
|
|||
}
|
||||
|
||||
func (c *Context) Var(name string) (ret string) {
|
||||
ret, _ = mux.Vars(c.Request)[name]
|
||||
ret = mux.Vars(c.Request)[name]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue