Removing half of conflict marker (#268)
Looks like there was just part of a conflict marker in the README file, so I figured I'd remove it.
This commit is contained in:
committed by
Matt Silverlock
parent
456bcfa82d
commit
85b8c203a4
@@ -168,8 +168,6 @@ s.HandleFunc("/{key}/", ProductHandler)
|
||||
// "/products/{key}/details"
|
||||
s.HandleFunc("/{key}/details", ProductDetailsHandler)
|
||||
```
|
||||
|
||||
<<<<<<< f85983fbfd0e0146e24ba184acbdca25f0361e99
|
||||
### Listing Routes
|
||||
|
||||
Routes on a mux can be listed using the Router.Walk method—useful for generating documentation:
|
||||
|
||||
Reference in New Issue
Block a user