为了账号安全,请及时绑定邮箱和手机立即绑定

Go,Golang:结构内的数组类型,缺少类型复合文字

Go,Golang:结构内的数组类型,缺少类型复合文字

Go
四季花海 2021-06-30 13:56:38
我需要向这个结构添加切片类型。 type Example struct {    text  []string } func main() {    var arr = []Example {        {{"a", "b", "c"}},    }    fmt.Println(arr)     }然后我得到  prog.go:11: missing type in composite literal  [process exited with non-zero status]所以指定复合文字    var arr = []Example {         {Example{"a", "b", "c"}},但仍然收到此错误:    cannot use "a" (type string) as type []string in field valuehttp://play.golang.org/p/XKv1uhgUId我该如何解决?如何构造包含数组(切片)类型的结构?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 252 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信