Skip to content

Commit

Permalink
Tidy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Sanches committed Sep 3, 2018
1 parent 718fd0c commit 3b855be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extract.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package jwt

import (
"reflect"
)
import "reflect"

func extractJWT(v interface{}) *JWT {
if v == nil {
Expand Down

0 comments on commit 3b855be

Please sign in to comment.