From fff9260842462f4b7bbc4b889ae11eb141ae5143 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 31 Aug 2023 17:52:27 +0300 Subject: [PATCH] docs: remove old comment --- handlers/tags.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/handlers/tags.go b/handlers/tags.go index 96c13e2..dc23670 100644 --- a/handlers/tags.go +++ b/handlers/tags.go @@ -19,9 +19,6 @@ type tag struct { } type tagsData struct { - // NOTE: It's this way because it needs to be sorted alphabetically - // Maybe there's some more efficient way to do this, but this is good enough - // for now Tags []tag } -- 2.44.1