summaryrefslogtreecommitdiff
path: root/doList.go
diff options
context:
space:
mode:
Diffstat (limited to 'doList.go')
-rw-r--r--doList.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/doList.go b/doList.go
new file mode 100644
index 0000000..7610d13
--- /dev/null
+++ b/doList.go
@@ -0,0 +1,10 @@
+package main
+
+import (
+ "go.wit.com/log"
+)
+
+func doList() any {
+ log.Info("do list here")
+ return nil
+}