diff --git a/context.go b/context.go index de4301a..742bc9b 100644 --- a/context.go +++ b/context.go @@ -582,7 +582,7 @@ func (c *Context) Resolve() error { }) } } - c.Path = append(inserted, c.Path...) + c.Path = append(c.Path, inserted...) return nil }