From 8a1dde2b12fa2398a756971fec176a17ce045f19 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Sat, 4 Jan 2025 23:58:45 +0100 Subject: [PATCH] task template file --- task.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 task.go diff --git a/task.go b/task.go new file mode 100644 index 0000000..b778dc4 --- /dev/null +++ b/task.go @@ -0,0 +1,12 @@ +package main + +import ( + +) + +func exec_task(arg string) string{ + + response := "" + arg + + return response +} \ No newline at end of file