資料存取不正確
例如用 for 迴圈時裡面放了存取記憶體或 goroutine 時每次都只存取到 for loop 最後一個元素。
https://github.com/golang/go/wiki/CommonMistakes
Last updated 2 years ago