package main import ( "github.com/bujnlc8/wechatbot/bootstrap" ) func main() { bootstrap.Run() }