diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-19 23:09:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-19 23:09:59 +0200 |
| commit | b6f1f3f602df0368ac7ecec211e6c95b93a1c53c (patch) | |
| tree | f46ba953ae9d9ad5d5f62d7deb602fa6a865fa8a /internal/entry | |
| parent | 34aec369e7bb0f16399ef357742f19d762fe84b6 (diff) | |
jo
Diffstat (limited to 'internal/entry')
| -rw-r--r-- | internal/entry/entry.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/entry/entry.go b/internal/entry/entry.go index e71f25b..25fb44a 100644 --- a/internal/entry/entry.go +++ b/internal/entry/entry.go @@ -51,8 +51,7 @@ type Entry struct { Path string Time time.Time State State - // TODO: translate short form tags li ma x to linkedin mastidon xcom, etc - tags map[string]struct{} + tags map[string]struct{} } func (en Entry) String() string { |
