The-Golang-Standard-Library-by-Example
The-Golang-Standard-Library-by-Example copied to clipboard
Update 15.02.md
update line 25 p := (*int)unsafe.Pointer(&i) to p := (*int)(unsafe.Pointer(&i))