From 4cb5c058199033a1813a92709feee427ea3af109 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 6 Jan 2025 22:02:16 +0200 Subject: update readme --- internal/config/args.go | 1 - internal/oi/oi.go | 2 -- internal/summary/summary.go | 1 - 3 files changed, 4 deletions(-) (limited to 'internal') diff --git a/internal/config/args.go b/internal/config/args.go index 2fbdf86..8c53d11 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -8,7 +8,6 @@ import ( "codeberg.org/snonux/gos/internal/colour" ) -// TODO: Support quarterly summary in Gemtext format of all posted posts. type Args struct { GosDir string CacheDir string diff --git a/internal/oi/oi.go b/internal/oi/oi.go index 269be1d..824c0bd 100644 --- a/internal/oi/oi.go +++ b/internal/oi/oi.go @@ -12,8 +12,6 @@ import ( "golang.org/x/exp/rand" ) -// TODO: Rewrite all functions here which use channels with range over functions iterators? - var ErrNotFound = errors.New("no file/entry found") func EnsureDir(dir string) error { diff --git a/internal/summary/summary.go b/internal/summary/summary.go index cc9fe93..6d66958 100644 --- a/internal/summary/summary.go +++ b/internal/summary/summary.go @@ -33,7 +33,6 @@ func Run(ctx context.Context, args config.Args) error { return nil } -// TODO: Fix the Gemtexter inline toc when there are tags in it func generateGemtext(entries []entry.Entry, title string, gemtexterEnable bool) (string, error) { var ( sb strings.Builder -- cgit v1.2.3