Closed xushiwei closed 4 months ago
var a []any = [10, 3.14, 200] echo a a = [10, 3.14, 200] // cannot use [10, 3.14, 200] (type []float64) as type []interface{} in assignment echo a
none
Proposal
Background
none
Workarounds
none