Duncan Harris
Duncan Harris
The pointer to array case can be resolved by inserting the following code into `func slice` before `switch v.Kind()` similar to that in the `index` builtin: ``` var isNil bool...
The plain array case does work if I put the array in a struct and pass a pointer to the struct: https://play.golang.org/p/cSRHe8MN3wS However still does not work if the struct...
@mvdan Can you change the labels on this (remove NeedsInvestigation, add NeedsFix?) and assign to me?