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 package myservice
import ( import (
"github.com/dgrijalva/jwt-go" "net/http"
"github.com/goware/jwtauth" "github.com/goware/jwtauth"
"github.com/pressly/chi" "github.com/pressly/chi"
"golang.org/x/net/context" "golang.org/x/net/context"
@ -73,6 +74,7 @@ func router() http.Handler {
return r return r
} }
``` ```
# LICENSE # LICENSE