pogo
pogo copied to clipboard
Path of Go - Go tools for exploring Path of Exile data
Results
1
pogo issues
Sort by
recently updated
recently updated
newest added
In league 3.21, PoE appears to have changed their name hashing algorithm from FNV to MurmurHash. I added this function to `index.go` and started calling it instead of FNV. This...