Commit 8e2d0e1c authored by Joe Tsai's avatar Joe Tsai Committed by Brad Fitzpatrick

hash/fnv: fix wiki url

The URL is shown on go docs and is an eye-sore.

For go1.6.

Change-Id: I8b8ea3751200d06ed36acfe22f47ebb38107f8db
Reviewed-on: https://go-review.googlesource.com/13282Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 1135b9d6
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
// created by Glenn Fowler, Landon Curt Noll, and Phong Vo. // created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
// See // See
// http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function. // https://en.wikipedia.org/wiki/Fowler-Noll-Vo_hash_function.
package fnv package fnv
import ( 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