huizhou92

huizhou92

tech

Golang 1.23:`//go:linkname` 的变更及其对开发人员的意义

上周 go1.23 已经进入冻结期了,应该不会再添加新功能,相应的已经添加了的功能 也不太可能会被移除。 这正好可以让我们提前尝鲜这些即将到来的新特性。 https://groups.google.com/g/golang-dev/c/vXE304_MnKM This article is first published in the medium MPP plan. If you are a medium user, please follow me in medium. Thank you very much. 今天要说的就是1.23中对//go:linkname指令的变更。 相关讨论的issue 在这里: https:

By huizhou92