From 7da907d5ffad529676ff9329bad18a3164bdc223 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 8 Jul 2021 00:22:00 +0200 Subject: simplify imports --- skate/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate/cluster.go') diff --git a/skate/cluster.go b/skate/cluster.go index 3421a0b..9e16b78 100644 --- a/skate/cluster.go +++ b/skate/cluster.go @@ -5,7 +5,7 @@ import ( "regexp" "strings" - json "github.com/segmentio/encoding/json" + "github.com/segmentio/encoding/json" "golang.org/x/text/unicode/norm" ) -- cgit v1.2.3