Skip to content

Commit

Permalink
Merge pull request #1 from cryptography-research-lab/refactor/diction…
Browse files Browse the repository at this point in the history
…ary-with-embed

refactor: dictionary with embed
  • Loading branch information
CC11001100 authored Feb 2, 2024
2 parents 0129a97 + a4b603b commit 1e993bb
Show file tree
Hide file tree
Showing 6 changed files with 3,621 additions and 3,520 deletions.
8 changes: 8 additions & 0 deletions data/dictionary.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package data

import _ "embed"

// Dictionary 内置的汉字笔画映射字典
//
//go:embed dictionary.txt
var Dictionary string
Loading

0 comments on commit 1e993bb

Please sign in to comment.