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