Browse Source

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.
pull/269/head
Brian Michel 9 years ago committed by Matt Silverlock
parent
commit
85b8c203a4
  1. 2
      README.md

2
README.md

@ -168,8 +168,6 @@ s.HandleFunc("/{key}/", ProductHandler) @@ -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:

Loading…
Cancel
Save