kocha icon indicating copy to clipboard operation
kocha copied to clipboard

A convenient web application framework for Go

Results 8 kocha issues
Sort by recently updated
recently updated
newest added

Do you still have plan to maintain for kocha?

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

feature