Explorar o código

Updates documentation

Manu Mtz-Almeida %!s(int64=10) %!d(string=hai) anos
pai
achega
d209329891
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      context.go

+ 1 - 1
context.go

@@ -190,7 +190,7 @@ func (c *Context) MustGet(key string) interface{} {
 /************ INPUT DATA ************/
 /************************************/
 
-/** Shortcut for c.Request.FormValue(key) */
+/** Shortcut for c.Request.URL.Query().Get(key) */
 func (c *Context) Query(key string) (va string) {
 	va, _ = c.query(key)
 	return