dro80463 2018-07-29 12:38
浏览 769
已采纳

Golang结构体中的字符串数组

Im using the following struct

type Str struct {
    Info    string
    Command string
}

And to fill data inside of it Im doing the following which works.

    return []Str{
        {"info from source",
            "install && run"},
    }

Now I need to change the command to array

type Str struct {
    Info    string
    Command []string
}

And provide each of the commands("install" and "run") in new entry in the array, how can I do that

when I try with

return []Str{
    {"info from source",string[]{
        {"install},  {"run"}},
}

I got erorr of missing type literal, any idea what Im doing wrong

  • 写回答

1条回答 默认 最新

      报告相同问题?

      相关推荐 更多相似问题

      悬赏问题

      • ¥15 hdfs在idea上传文件运行错误
      • ¥15 关于selenium网页闪退
      • ¥15 怎么用PYTHON解类似于x = y+zx + cy = x+zy + v的方程
      • ¥300 FLASH AS2.0制作一个类似手机上下滑动一样的效果
      • ¥15 为什么使用openFoam 中的icoFoam计算圆柱扰流时出现浮点数例外(核心已转储)
      • ¥15 51单片机外部中断控制数码管
      • ¥15 创建网页里面的图片显示不出来
      • ¥15 语音控制的编写?(语言-c#)
      • ¥15 matlab输入书上的代码运行错误
      • ¥15 matlab怎么做三维曲面