diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-06 22:02:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-06 22:02:16 +0200 |
| commit | 4cb5c058199033a1813a92709feee427ea3af109 (patch) | |
| tree | d501835b7a5615172bbe4735e797705087cb6e8e /internal | |
| parent | 207a8f543e3097bec88470359abb7327de47af6f (diff) | |
update readme
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/config/args.go | 1 | ||||
| -rw-r--r-- | internal/oi/oi.go | 2 | ||||
| -rw-r--r-- | internal/summary/summary.go | 1 |
3 files changed, 0 insertions, 4 deletions
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 |
