diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-05 09:46:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-05 09:46:53 +0200 |
| commit | 4e5411765c001b6e0c1cf7a038b5ad48c77092d6 (patch) | |
| tree | 293cf3ec0b0275590bc807db4a84712651deadd2 /internal | |
| parent | 1960f97eefe6802e801898a529b2cd7ba35f4689 (diff) | |
new idea
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/entry/sharetags.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
