Ejemplo n.º 1
0
func init() {
	runtime.Register("nodejs", new(Runtime))
}
Ejemplo n.º 2
0
func init() {
	runtime.Register("golang", new(Runtime))
}
Ejemplo n.º 3
0
func init() {
	runtime.Register("python", new(Runtime))
}