cespare / xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)
MIT License
1.79k stars 123 forks source link

Remove special appengine/safe code support #46

Open cespare opened 3 years ago

cespare commented 3 years ago

Appengine supports unsafe since they rolled out their new runtime a couple of years ago.

I don't think we should need any special mention of appengine now, or any build tag configuration which avoids unsafe.