wechatbot/main.go

10 lines
101 B
Go
Raw Normal View History

2023-04-15 15:09:10 +08:00
package main
import (
"github.com/bujnlc8/wechatbot/bootstrap"
)
func main() {
bootstrap.Run()
}