golang 面试题

诺唯 ·
擦,,果然如此,这个可以说是golang的bug吧.一定要如下所示用指针才行啊 stus := []*student{ &student{Name: "zhou", Age: 24}, &student{Name: "li", Age: 23}, &student{Name: "wang", Age: 22}, }
#11
更多评论
问题8真没发现什么问题啊?
#1
Set 加锁了,Get 也得加锁。这里最好使用 sync.RWMutex
#2