murmur3 icon indicating copy to clipboard operation
murmur3 copied to clipboard

fix warning from go vet

Open junchih opened this issue 4 years ago • 1 comments

the converting from uintptr to unsafe.Pointer is not safe, please refer to the golang document for more detail.

https://golang.org/pkg/unsafe/#Pointer

junchih avatar Nov 20 '19 07:11 junchih

this commit has fixed my unsafe pointer fatal errors in UTs when running using -race flag

radhianamri avatar Mar 14 '23 03:03 radhianamri