Update formatting in README

This commit is contained in:
Peter Kieltyka 2016-01-22 13:42:51 -05:00
parent d62dd5080d
commit 464e20f997

View file

@ -33,7 +33,8 @@ all unverified tokens, see jwtauth.Authenticator.
package myservice
import (
"github.com/dgrijalva/jwt-go"
"net/http"
"github.com/goware/jwtauth"
"github.com/pressly/chi"
"golang.org/x/net/context"
@ -73,6 +74,7 @@ func router() http.Handler {
return r
}
```
# LICENSE