From bdb326195990e37bf4ee4cadadda04219def54e8 Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Sun, 14 Jun 2020 02:22:41 +0200 Subject: [PATCH] Almost done. --- blog/blog.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/blog.go b/blog/blog.go index 7d7d1ae..19fc72a 100644 --- a/blog/blog.go +++ b/blog/blog.go @@ -21,6 +21,8 @@ var ( blog Blog ) +// TODO cache files +// TODO fix mentions type Blog struct { client *emvi.Client articles map[string]emvi.Article // id -> article