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() }