package main import ( ) func exec_task(arg string) string{ response := "Ciao danano " + arg return response }