aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cluster.go
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-08 00:22:00 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-08 00:22:00 +0200
commit7da907d5ffad529676ff9329bad18a3164bdc223 (patch)
treef552acdcb953ea981fff4b34bc47344bdd7836f7 /skate/cluster.go
parent4ba813475b3e722e2d78c0a485bd15bbb0727fce (diff)
downloadrefcat-7da907d5ffad529676ff9329bad18a3164bdc223.tar.gz
refcat-7da907d5ffad529676ff9329bad18a3164bdc223.zip
simplify imports
Diffstat (limited to 'skate/cluster.go')
-rw-r--r--skate/cluster.go2
1 files changed, 1 insertions, 1 deletions
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"
)