use type alias

This commit is contained in:
David Colburn
2023-08-28 14:44:17 -07:00
parent 21c066e0eb
commit f6e7c2099f
2 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ func (d *DebugCategory) LogMemDump(message string, obj ...*Object) {
d.logDepth(LevelMemDump, message, 2, getLogObj(obj...))
}
type LogFunction func(
type LogFunction = func(
level DebugLevel,
file string,
function string,