summaryrefslogtreecommitdiff
path: root/internal/entry
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-05 09:46:53 +0200
committerPaul Buetow <paul@buetow.org>2024-11-05 09:46:53 +0200
commit4e5411765c001b6e0c1cf7a038b5ad48c77092d6 (patch)
tree293cf3ec0b0275590bc807db4a84712651deadd2 /internal/entry
parent1960f97eefe6802e801898a529b2cd7ba35f4689 (diff)
new idea
Diffstat (limited to 'internal/entry')
-rw-r--r--internal/entry/sharetags.go1
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