Commit 65767579 authored by Bill Thiede's avatar Bill Thiede Committed by Brad Fitzpatrick

hash/fnv: fix overview link currently returning 404.

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/47570043
parent 16134060
......@@ -4,7 +4,8 @@
// Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
// created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
// See http://isthe.com/chongo/tech/comp/fnv/.
// See
// http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function.
package fnv
import (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment