We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea96d7 commit 02058cdCopy full SHA for 02058cd
1 file changed
dictionary.go
@@ -9,8 +9,6 @@ import (
9
"strings"
10
)
11
12
-const checksumLen = 4
13
-
14
type dictionary struct {
15
bitsToWord map[string]string
16
wordToBits map[string]string
0 commit comments