-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Milestone
Description
In order to be able to use path parameters (like categoryId
in /v1/categories/:categoryId
), in Golang (#9) we need to use a library or implement this logic by ourselves.
Related links: