aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd/skate-from-unstructured/main.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/cmd/skate-from-unstructured/main.go
parent4ba813475b3e722e2d78c0a485bd15bbb0727fce (diff)
downloadrefcat-7da907d5ffad529676ff9329bad18a3164bdc223.tar.gz
refcat-7da907d5ffad529676ff9329bad18a3164bdc223.zip
simplify imports
Diffstat (limited to 'skate/cmd/skate-from-unstructured/main.go')
-rw-r--r--skate/cmd/skate-from-unstructured/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/cmd/skate-from-unstructured/main.go b/skate/cmd/skate-from-unstructured/main.go
index 8682d8d..2df22af 100644
--- a/skate/cmd/skate-from-unstructured/main.go
+++ b/skate/cmd/skate-from-unstructured/main.go
@@ -10,7 +10,7 @@ import (
"git.archive.org/martin/cgraph/skate"
"git.archive.org/martin/cgraph/skate/parallel"
- json "github.com/segmentio/encoding/json"
+ "github.com/segmentio/encoding/json"
)
var (