From 4e5411765c001b6e0c1cf7a038b5ad48c77092d6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 5 Nov 2024 09:46:53 +0200 Subject: new idea --- internal/entry/sharetags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/entry') diff --git a/internal/entry/sharetags.go b/internal/entry/sharetags.go index 4a7f0cf..248290f 100644 --- a/internal/entry/sharetags.go +++ b/internal/entry/sharetags.go @@ -13,6 +13,7 @@ type shareTags struct { excludes []string // The platforms to exclude } +// TODO: Inline tag support, like in quicklogger. func newShareTags(args config.Args, filePath string) (shareTags, error) { var s shareTags -- cgit v1.2.3