码迷,mamicode.com
首页 > 其他好文 > 详细

Golang的坑

时间:2018-08-15 11:16:32      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:proc   顺序   ado   ext   http   golang   als   var   color   

  • https://i6448038.github.io/2017/07/28/GolangDetails/
  • new(type)不为nil
    fmt.Println(new(int)==nil) # false
    var i *int
    fmt.Println(i==nil) # true

  • 一个包里可以有多个init函数,多个init函数的调用顺序 https://golang.org/ref/spec#Program_initialization_and_execution
    技术分享图片
  • Golang的坑

    标签:proc   顺序   ado   ext   http   golang   als   var   color   

    原文地址:http://blog.51cto.com/3732370/2160130

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!