Closed jbrower95 closed 3 months ago
val, ok := .(*ptrtype)
Not sure why none of us have repro'd this issue, but this should fix the problem.
val, ok := .(*ptrtype)
syntax doesn't throw if the cast fails, it just returns ok as false.Not sure why none of us have repro'd this issue, but this should fix the problem.