Skip to content

After fix for #479 param names aren't accessible :( #729

Closed
@fat

Description

@fat

Hi

After upgrading to latest v3 i'm noticing im unable to parse my params on several routes.

Suspecting this may be the change which is causing the pain… c59b79d

At any rate, I have a route like:

/:version/playlists/:playlistID/follow

and when loggin:

fmt.Println(c.ParamValues())
fmt.Println(c.ParamNames())

i'm getting:

4:54:57 PM web.1    |  [v1 647a967c-a697-43ec-6ede-a6bfccfd2036 ]
4:54:57 PM web.1    |  []

This is problematic as im nolonger able to access my params by name in my code ;_;

Any help would be greatly appreciated, thanks!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions