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:
Brian Michel
2017-05-22 22:46:13 -04:00
committed by Matt Silverlock
parent 456bcfa82d
commit 85b8c203a4

View File

@@ -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: