From 98bff4170d9eea046293caa7a3ed7cb45ab1acab Mon Sep 17 00:00:00 2001 From: rafaelss <5679073+r4f4ss@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:01:32 -0300 Subject: [PATCH] Fixes File is not goimports --- cmd/shisui/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/shisui/main.go b/cmd/shisui/main.go index e6d66c1133..6544576c68 100644 --- a/cmd/shisui/main.go +++ b/cmd/shisui/main.go @@ -5,7 +5,6 @@ import ( "database/sql" "encoding/hex" "fmt" - "github.com/ethereum/go-ethereum/internal/debug" "net" "net/http" "os/signal" @@ -16,6 +15,8 @@ import ( "syscall" "time" + "github.com/ethereum/go-ethereum/internal/debug" + "os" "github.com/ethereum/go-ethereum/cmd/utils"