From eccf0ff4e9afd570ca3b32d10fa8963112de39e0 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 14 Sep 2023 17:51:15 +0400 Subject: [PATCH] Removed unused const FormatISO8601. --- internal/http/handlers.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/http/handlers.go b/internal/http/handlers.go index 22c7b92..87c19d3 100644 --- a/internal/http/handlers.go +++ b/internal/http/handlers.go @@ -11,8 +11,6 @@ import ( "time" ) -const FormatISO8601 = "2006-01-02T15:04:05-0700" - type Handlers struct { icecastUrl string icecastPlaylistPath string