Documentation
¶
Overview ¶
Package modules loads custom modules via blank imports.
To register a custom module, add a blank import for it below. Each custom module must have a register.go with an init() that calls module.RegisterCustomModule(New()).
Example:
import _ "github.com/olegiv/ocms-go/custom/modules/mymodule"
Click to show internal directories.
Click to hide internal directories.