Naoya Inada

Results 8 issues of Naoya Inada

Probably `KANA_COMMON_CAHRS` is typo of `KANA_COMMON_CHARS`. If it is intended, please close this pull request.

e.g. conf/app.go: ``` go // compile time plugin import _ "path/to/module" ``` module.go ``` go func init() { kocha.ModuleRegister(mod) } ```

feature