go

Assign an array to struct fields in go

英文: Assign an array to struct fields in go 问题 我有一个包含8个布尔字段的结构体,还有一个包含8个布尔值的数组。 如何将每个数组值分配给结构体中对应的字段?...