We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456bcfa commit 85b8c20Copy full SHA for 85b8c20
README.md
@@ -168,8 +168,6 @@ s.HandleFunc("/{key}/", ProductHandler)
168
// "/products/{key}/details"
169
s.HandleFunc("/{key}/details", ProductDetailsHandler)
170
```
171
-
172
-<<<<<<< f85983fbfd0e0146e24ba184acbdca25f0361e99
173
### Listing Routes
174
175
Routes on a mux can be listed using the Router.Walk method—useful for generating documentation:
0 commit comments