コード例 #1
0
ファイル: main.go プロジェクト: RoyDong/notes
func init() {
	potato.Init()
}
コード例 #2
0
ファイル: main.go プロジェクト: RoyDong/battle
func main() {
	potato.Init()
	potato.Run()
}