mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-20 00:25:02 +01:00
Refactoring
This commit is contained in:
@@ -100,7 +100,6 @@ func Serialize(data any) (SerializedObject, E.NestedError) {
|
||||
}
|
||||
}
|
||||
default:
|
||||
// return nil, fmt.Errorf("unsupported type: %s", value.Kind())
|
||||
return nil, E.Unsupported("type", value.Kind())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user