dousi1906 2012-01-16 14:10
浏览 15
已采纳

去编程语言括号对样式

I'm just new to learn Go, when I try my first hello world with this style:

func main()
{
      ...somemagic...
}

and the 6g compiler says that's wrong.

But with this style:

func main(){
      ...somemagic...
}

That's OK.

Is the first bracket pair style illegal in Go?

  • 写回答

2条回答 默认 最新

  • dongyuqi3808 2012-01-16 14:34
    关注

    Yes. That's a result of automatic semicolon insertion in Go.

    By the way, Go developers format their code using gofmt and follow that formatting.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 如何使用Echarts制作途中时间序列表
  • ¥15 图论相关的数学问题,共10个
  • ¥15 EtherCAT的问题,创建一个XML文件
  • ¥15 微信公众号羽毛球自动抢定场程序制作
  • ¥15 Fluent UDF 编写
  • ¥15 xcode开发的macos应用,如何使窗口居中显示?
  • ¥20 统信uos升级apt后启动失败
  • ¥15 求指导储层饱和度及含水率测井解释
  • ¥200 建三维地震工区写入sgy到指定目录
  • ¥30 靶向捕获测序探针设计自学