package util import "fmt" // Todo func func Todo(msg string) error { return fmt.Errorf("TODO %s", msg) }