From 3710b307dda24b6b6904555d1a13a2a614e1e585 Mon Sep 17 00:00:00 2001 From: Kirill Zhuravlev Date: Wed, 15 Feb 2023 00:49:59 +0100 Subject: [PATCH] all objects renamed to category --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 56ef932d..bba53058 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,6 @@ type Link struct { Description string } -// FIXME: rename to Category type Category struct { Title string Slug string