PostgreSQL
 sql >> Base de Dados >  >> RDS >> PostgreSQL

Obtenha o array postgresql em struct com StructScan


Tente usar pq.StringArray tipo para []string
type MyStruct struct {
    Id   int
    Data pq.StringArray
}