1 Star 0 Fork 1

可乐烛光烟/go-utils

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
code.go 365 Bytes
Copy Edit Raw Blame History
可乐烛光烟 authored 2022-11-09 00:21 +08:00 . Initial commit
/*
* @Author: i@rysa.cn
* @Date: 2022-05-14 16:04:47
* @LastEditTime: 2022-05-14 16:04:50
* @LastEditors: i@rysa.cn
* @Description:
* @FilePath: \go-utils\wechat\mini\code\code.go
*/
package code
import "gitee.com/rysa/go-utils/wechat/mini/config"
type code struct {
*config.MiniConfig
}
func NewCode(cfg *config.MiniConfig) *code {
return &code{cfg}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rysa/go-utils.git
git@gitee.com:rysa/go-utils.git
rysa
go-utils
go-utils
v1.0.20

Search