diff options
Diffstat (limited to 'skate/verify.go')
-rw-r--r-- | skate/verify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/verify.go b/skate/verify.go index ee82fe5..d6f3fd9 100644 --- a/skate/verify.go +++ b/skate/verify.go @@ -14,7 +14,7 @@ import ( "unicode/utf8" "git.archive.org/martin/cgraph/skate/set" - json "github.com/segmentio/encoding/json" + "github.com/segmentio/encoding/json" ) // This file contains a port of fuzzycat.verify to Go. |