in openwhisk/_test/action/main.go [26:29]
func Main(event json.RawMessage) (json.RawMessage, error) { fmt.Println("Main:") return Hello(event) }