From f2fcadd0c53a5dec85df5c83082f1d9923b9f232 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 24 May 2022 19:46:33 +0400 Subject: [PATCH] Removed not used NotFoundData structure. --- internal/handlers/handlers.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/handlers/handlers.go b/internal/handlers/handlers.go index 0819ed9..edf51cd 100644 --- a/internal/handlers/handlers.go +++ b/internal/handlers/handlers.go @@ -13,10 +13,6 @@ import ( const FormatISO8601 = "2006-01-02T15:04:05-0700" -type NotFoundData struct { - MainSite string -} - type IndexData struct { MainSite string Status *radio.IcecastStatus