testing
This commit is contained in:
2
lazy.go
2
lazy.go
@@ -173,7 +173,7 @@ func RandomStruct(c StructConfig) (*StructMock, error) {
|
||||
//convert reflect.Value to []any
|
||||
retStructs := make([]any, 0)
|
||||
for x := 0; x < filled.Len(); x++ {
|
||||
retStructs = append(retStructs, filled.Index(x))
|
||||
retStructs = append(retStructs, filled.Index(x).Elem())
|
||||
}
|
||||
|
||||
return &StructMock{
|
||||
|
Reference in New Issue
Block a user