forged/doList.go

11 lines
104 B
Go

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