You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
165 B
12 lines
165 B
package app
|
|
|
|
import "github.com/gogf/gf/v2/net/ghttp"
|
|
|
|
var (
|
|
Version = "0.0.1"
|
|
Module = "CMS"
|
|
)
|
|
|
|
func RegeditPlugin(g *ghttp.RouterGroup) (err error) {
|
|
return
|
|
}
|