From 714ad5da233bbde31e4013b41e9f27c362668efe Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 6 Feb 2025 10:07:38 +0900 Subject: [PATCH] fix: TODO issue numbers (#65) Signed-off-by: Ian Lewis --- stardict.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stardict.go b/stardict.go index f1bcfc7..6e929d7 100644 --- a/stardict.go +++ b/stardict.go @@ -173,8 +173,8 @@ func Open(path string) (*Stardict, error) { // TODO(#3): support the .tdx file. // TODO(#4): support resource storage - // TODO(#6): support collation files. - // TODO(#7): support offset cache files. + // TODO(#7): support collation files. + // TODO(#8): support offset cache files. return s, nil }