1
0
mirror of https://github.com/fumiama/emozi.git synced 2026-06-05 00:32:48 +08:00

feat(lookup): add more apis

This commit is contained in:
源文雨
2024-02-19 16:43:31 +09:00
parent f8fa92a09f
commit e7ccfbad7a
2 changed files with 28 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ func main() {
fmt.Println("ERROR: 非法汉字参数-a:", *addoverlay)
return
}
lst, err := coder.Lookup(r[0])
lst, err := coder.LookupChar(r[0])
if err != nil {
fmt.Println("ERROR: coder.Lookup:", err)
return