DEVELOPMENT ENVIRONMENT

~liljamo/tixe

fff9260842462f4b7bbc4b889ae11eb141ae5143 — Jonni Liljamo 1 year, 2 months ago 960570f
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
}