示例#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))
}