murmur3
murmur3 copied to clipboard
fix warning from go vet
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
this commit has fixed my unsafe pointer fatal errors in UTs when running using -race
flag