Array in struct golang

Append array in struct golang. Sometimes you see the heterogeneous Json Array as ["olá world", 10, false] dealing with such matrix in going can be very frustrating. The [] interface {} hell is so painful as the map [string] interface {} hell (see my previous article about it). The natural way of dealing with data like this in IR would be a ... ................
................