1 Star 0 Fork 3

liahu/go-cqhttp

forked from Yexk_M/go-cqhttp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
"github.com/Mrs4s/go-cqhttp/cmd/gocq"
_ "github.com/Mrs4s/go-cqhttp/db/leveldb" // leveldb
_ "github.com/Mrs4s/go-cqhttp/modules/mime" // mime检查模块
_ "github.com/Mrs4s/go-cqhttp/modules/pprof" // pprof 性能分析
_ "github.com/Mrs4s/go-cqhttp/modules/silk" // silk编码模块
)
func main() {
gocq.Main()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liahu/go-cqhttp.git
git@gitee.com:liahu/go-cqhttp.git
liahu
go-cqhttp
go-cqhttp
master

搜索帮助