mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
minor: godoc: remove invalid comment
This commit is contained in:
parent
d0add202d9
commit
83462d2999
|
@ -2364,9 +2364,6 @@ func (ctx *Context) ReadParams(ptr interface{}) error {
|
||||||
// to the "ptr" pointer struct value.
|
// to the "ptr" pointer struct value.
|
||||||
// The struct fields may contain "url" or "param" binding tags.
|
// The struct fields may contain "url" or "param" binding tags.
|
||||||
// If a validator exists then it validates the result too.
|
// If a validator exists then it validates the result too.
|
||||||
//
|
|
||||||
// Note that if the registered route contains a tail path parameter
|
|
||||||
// it may override any URL queries.
|
|
||||||
func (ctx *Context) ReadURL(ptr interface{}) error {
|
func (ctx *Context) ReadURL(ptr interface{}) error {
|
||||||
values := make(map[string][]string, ctx.params.Len())
|
values := make(map[string][]string, ctx.params.Len())
|
||||||
ctx.params.Visit(func(key string, value string) {
|
ctx.params.Visit(func(key string, value string) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user