diff options
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 |
