From ee679e2943d5bf1a5a543df4cccc218ed46cff8c Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 5 Feb 2025 08:25:45 +0000 Subject: [PATCH] chore: remove TODO comment Signed-off-by: Ian Lewis --- stardict.go | 1 - 1 file changed, 1 deletion(-) diff --git a/stardict.go b/stardict.go index 23ae4dc..f1bcfc7 100644 --- a/stardict.go +++ b/stardict.go @@ -171,7 +171,6 @@ func Open(path string) (*Stardict, error) { s.description = strings.ReplaceAll(s.ifo.Value("description"), "
", "\n") s.website = s.ifo.Value("website") - // TODO(#2): support the .syn file. // TODO(#3): support the .tdx file. // TODO(#4): support resource storage // TODO(#6): support collation files.