10 lines
114 B
Go
10 lines
114 B
Go
package modules
|
|
|
|
import (
|
|
"github.com/liwei1dao/lego/core/cbase"
|
|
)
|
|
|
|
type ModuleBase struct {
|
|
cbase.ModuleBase
|
|
}
|