some updates
This commit is contained in:
parent
9f4fda3c8b
commit
f5c47ea28a
43 changed files with 80 additions and 356 deletions
|
|
@ -216,7 +216,7 @@ func (c *Context) GetForm(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