From 3ef68aaa23ebbe183ab6fdb348642a853b26e1e3 Mon Sep 17 00:00:00 2001 From: Seednode Date: Thu, 8 Feb 2024 22:10:48 -0600 Subject: [PATCH] Fix broken JSON, pt 2 --- cmd/index.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/index.go b/cmd/index.go index 9d6cdfb..627fd29 100644 --- a/cmd/index.go +++ b/cmd/index.go @@ -5,7 +5,6 @@ Copyright © 2024 Seednode package cmd import ( - "bytes" "encoding/gob" "encoding/json" "fmt"