**Describe the problem you're having** > How do i get the url with out path params. eg: http://localhost:8099/v1/random/{id} How do i retrieve the url http://localhost:8099/v1/random/ … **Versions** > Go version: go version go1.17.3 darwin/arm64 > package version: run `git rev-parse HEAD` inside the repo … **"Show me the code!"** > A minimal code snippet can be useful, otherwise we're left guessing! > Hint: wrap it with backticks to format it …