Lorenzo Wendt
Results
2
issues of
Lorenzo Wendt
On the new golang version 1.18 we have a new way to test, called fuzzing tests, and this return a different output. Is it possible convert this new output to...
With the 1.18 version of Go, we can have this: ```go type MyStruct[T ObjA | ObjB] struct { Result T `json:"result"` } ``` But unfortunately the fizz cannot generate the...
enhancement