示例#1
0
文件: main.go 项目: RoyDong/notes
func init() {
	potato.Init()
}
示例#2
0
文件: main.go 项目: RoyDong/battle
func main() {
	potato.Init()
	potato.Run()
}