aboutsummaryrefslogtreecommitdiffstats
path: root/skate/map.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/map.go')
-rw-r--r--skate/map.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/map.go b/skate/map.go
index a6dc5f3..62a347d 100644
--- a/skate/map.go
+++ b/skate/map.go
@@ -7,7 +7,7 @@ import (
"runtime"
"strings"
- json "github.com/segmentio/encoding/json"
+ "github.com/segmentio/encoding/json"
"github.com/tidwall/gjson"
)