func Main()

in openwhisk/_test/src/main.go [26:29]


func Main(args map[string]interface{}) map[string]interface{} {
	fmt.Println("Main")
	return hello.Hello(args)
}