美文网首页
go tool compile 寻找 make 的实现

go tool compile 寻找 make 的实现

作者: 就是耍帅 | 来源:发表于2021-11-27 17:21 被阅读0次

    通过编译指令 go tool compile -N -l -S 可以看到使用了 runtime包中的 makeslice 的方法

    相关文章

      网友评论

          本文标题:go tool compile 寻找 make 的实现

          本文链接:https://www.haomeiwen.com/subject/mghqxrtx.html