mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-30 22:02:02 +02:00
v0.26.0
This commit is contained in:
@@ -42,7 +42,7 @@ func BenchmarkDeserialize(b *testing.B) {
|
||||
dst := complexStruct{}
|
||||
err := MapUnmarshalValidate(src, &dst)
|
||||
if err != nil {
|
||||
b.Fatal(string(err.Plain()))
|
||||
b.Fatal(err.Error())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user