De Meng

Results 6 comments of De Meng

感谢楼主分享!!

I've modified the code segments aforementioned as followed, `var contx context.Context` `r.GET("/admin", func(ctx *gin.Context) {` `engine.Content(ctx, func(ctx interface{}) (types.Panel, error) {` `return datamodel.GetContent(&contx)` `})` `})` `_ = eng.AddConfig(&cfg).AddPlugins(adminPlugin).Use(r)` the compiling...

我的错误如下: ![image](https://user-images.githubusercontent.com/10826147/58553008-56608b00-8246-11e9-80f1-a0a3e4e7ba47.png)