repositorypackage
0.0.0-20190715074437-4478dd388998
Repository: https://github.com/olivercj/go-wechat.git
Documentation: pkg.go.dev
# README
微信网页版API简易操作封装
使用方法
golang 版本要求 1.12+
1. 简单测试
参看examples目录实例
2. 集成到项目
# 下载
go get -u github.com/oliverCJ/go-wechat
# 参考examples实例