go

理解Go指针

英文: Understanding Go Pointers 问题 我预期这段代码会生成4个地址,每个节点有2个地址,因此有2个相同的地址,然后另外一组2个相同的地址: type node struct...