The-Golang-Standard-Library-by-Example icon indicating copy to clipboard operation
The-Golang-Standard-Library-by-Example copied to clipboard

Update 15.02.md

Open SuperSupeng opened this issue 4 years ago • 0 comments

update line 25 p := (*int)unsafe.Pointer(&i) to p := (*int)(unsafe.Pointer(&i))

SuperSupeng avatar Jan 29 '21 05:01 SuperSupeng