1
0
mirror of https://github.com/silenceper/wechat.git synced 2025-12-19 16:52:24 +08:00
Files
wechat/doc.go
houseme a8f7a24ff6 feat: improve comment and upgrade golang version 1.16 (#604)
* feat: improve action config and code comment

* feat: improve comment and upgrade golang version 1.16

* feat: improve import
2022-08-23 10:13:24 +08:00

13 lines
215 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
Package wechat provide wechat sdk for go
使用Golang开发的微信SDK简单、易用。
更多信息https://github.com/silenceper/wechat
*/
// Package wechat provide wechat sdk for go
package wechat