diff options
| -rw-r--r-- | internal/entry/entry.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/entry/entry.go b/internal/entry/entry.go index 7c574a0..d289e83 100644 --- a/internal/entry/entry.go +++ b/internal/entry/entry.go @@ -50,7 +50,8 @@ type Entry struct { Path string Time time.Time State State - tags map[string]struct{} + // TODO: translate short form tags li ma x to linkedin mastidon xcom, etc + tags map[string]struct{} } func (en Entry) String() string { |
