4 Star 18 Fork 6

samoye / GoWeChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Init.go 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
samoye 提交于 2021-06-17 09:35 . fix
package GoWeChat
import (
Account "gitee.com/yizhisamoye/GoWeChat/account"
"gitee.com/yizhisamoye/GoWeChat/core"
MiniProgram "gitee.com/yizhisamoye/GoWeChat/miniProgram"
)
var WX core.Container
////包的init
////引入core,在core的init中初始化了container
func init(){
WX= core.Container{
AccountObj: make(map[string]*Account.WxAccount),
MiniProgramObj: make(map[string]*MiniProgram.WxMiniProgram ),
}
}
Go
1
https://gitee.com/yizhisamoye/GoWeChat.git
git@gitee.com:yizhisamoye/GoWeChat.git
yizhisamoye
GoWeChat
GoWeChat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891