Browse Source

Fix-ups from param move

Carl Jackson 11 years ago
parent
commit
f226afd435
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      README.md
  2. +1
    -1
      example/main.go

+ 0
- 2
README.md View File

@ -44,13 +44,11 @@ Features
* Automatic support for [Einhorn][einhorn], systemd, and [more][bind]
* [Graceful shutdown][graceful], and zero-downtime graceful reload when combined
with Einhorn.
* Ruby on Rails / jQuery style [parameter parsing][param]
* High in antioxidants
[einhorn]: https://github.com/stripe/einhorn
[bind]: http://godoc.org/github.com/zenazn/goji/bind
[graceful]: http://godoc.org/github.com/zenazn/goji/graceful
[param]: http://godoc.org/github.com/zenazn/goji/param
[pattern]: https://godoc.org/github.com/zenazn/goji/web#Pattern


+ 1
- 1
example/main.go View File

@ -14,8 +14,8 @@ import (
"regexp"
"strconv"
"github.com/goji/param"
"github.com/zenazn/goji"
"github.com/zenazn/goji/param"
"github.com/zenazn/goji/web"
)


Loading…
Cancel
Save