docs: remove old comment
1 files changed, 0 insertions(+), 3 deletions(-) M handlers/tags.go
M handlers/tags.go => handlers/tags.go +0 -3
@@ 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 }