diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-27 20:06:06 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-27 20:06:06 +0200 |
| commit | c07d0ae41c7a90628550bcbb79ff684f4dfc5a33 (patch) | |
| tree | ace47e92a8650ab2043c55177e767ab65027ffce /internal | |
| parent | 95c45dbd23af40d144533df00b5824793e72ea3a (diff) | |
fox
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 fdbfa78..3075e2f 100644 --- a/internal/entry/sharetags.go +++ b/internal/entry/sharetags.go @@ -7,6 +7,7 @@ import ( "codeberg.org/snonux/gos/internal/config" ) +// TODO: Own package only dealing with tags, and put all tag code in there. type shareTags struct { includes []string // The platforms to include excludes []string // The platforms to exclude |
