коммит произвёл
GitHub
родитель
b45ff0be5d
Коммит
717a4d04a9
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// AuditModelTypeConv converts key model types to something better suited for audit output.
|
||||
func AuditModelTypeConv(val interface{}) (newVal interface{}, converted bool) {
|
||||
func AuditModelTypeConv(val any) (newVal any, converted bool) {
|
||||
if val == nil {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user