mirror of
https://github.com/fumiama/emozi.git
synced 2026-06-18 09:40:45 +08:00
feat(coder): finish decode
This commit is contained in:
@@ -29,7 +29,7 @@ func main() {
|
||||
panic(fmt.Sprintf("ERROR: creating gocc: %v", err))
|
||||
}
|
||||
_ = os.RemoveAll(emozi.EmoziDatabasePath)
|
||||
c, err := emozi.NewCoder(false, time.Minute)
|
||||
c, err := emozi.NewCoder(time.Minute)
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("ERROR: creating emozi coder: %v", err))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user