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