I need to process such a request using gorilla / mux:
/objects?id=JDYsh939&id=OYBpo726
As I understand it when reading the documentation, I can specify the following pattern: {name:pattern} , but I donβt know if this will work to indicate that the URL will contain the id parameter several times.
Any ideas?
source share