Array in struct golang

Define array in struct golang. Golang initialize string array in struct. 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 ... ................
................