예제 #1
0
파일: main.go 프로젝트: deoxxa/react-in-go
func vmCopier(baseVM *otto.Otto, c chan *otto.Otto) {
	for {
		c <- baseVM.Copy()
	}
}