Skip to content

Commit

Permalink
fix: TODO issue numbers (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ian@ianlewis.org>
  • Loading branch information
ianlewis authored Feb 6, 2025
1 parent 1d03ada commit 714ad5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stardict.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 714ad5d

Please # to comment.