From b7c75d901bcf66093b4997523d19039457ba5c92 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Thu, 16 May 2024 09:26:37 -0400 Subject: [PATCH] rm unused import --- cmd/ejson/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ejson/main.go b/cmd/ejson/main.go index fee2d20..31253b6 100644 --- a/cmd/ejson/main.go +++ b/cmd/ejson/main.go @@ -6,7 +6,6 @@ import ( "os" "runtime" "strings" - "syscall" "github.com/urfave/cli" )