package context import ( "github.com/silenceper/wechat/openplatform/config" ) // Context struct type Context struct { *config.Config }