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