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.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
  • dongmeng2687 2012-01-16 14:34
    关注

    Yes, the first form can't work because of the semicolon injection rules.

    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥20 win10商店接入问题
  • ¥15 java 这种树形框吗
  • ¥40 找同学帮敲Python代码
  • ¥15 MYSQL 订单的商品明细重复计算问题
  • ¥15 微信实时共享位置修改
  • ¥100 TG的session协议号转成直登号号后客户端登录几分钟后自动退出设备
  • ¥50 共模反馈回路的小信号增益
  • ¥15 arduino ssd1306函数与tone函数放歌代码不兼容问题
  • ¥70 0.96版本hbase的row_key里含有双引号,无法deleteall
  • ¥15 诊断性META分析合并效能的检验