예제 #1
0
func init() {
	runtime.Register("nodejs", new(Runtime))
}
예제 #2
0
func init() {
	runtime.Register("golang", new(Runtime))
}
예제 #3
0
func init() {
	runtime.Register("python", new(Runtime))
}