mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
We only did this for Container in the type switch, but not for Struct. The added test case panics otherwise. Just like in the previous case, we still don't need to recurse into type parameters for fieldToStruct to be filled correctly. Fixes #899