コード例 #1
0
ファイル: main.go プロジェクト: deoxxa/react-in-go
func vmCopier(baseVM *otto.Otto, c chan *otto.Otto) {
	for {
		c <- baseVM.Copy()
	}
}