package main import ( "go.wit.com/log" ) func doList() any { log.Info("do list here") return nil }