Commit 1e708337 authored by Osamu TONOMORI's avatar Osamu TONOMORI Committed by Brad Fitzpatrick

compress/flate: fix the old url for the flate algorithm

Change-Id: I84b74bc96516033bbf4a01f9aa81fe60d5a41355
Reviewed-on: https://go-review.googlesource.com/c/155317Reviewed-by: default avatarMatthew Dempsky <mdempsky@google.com>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 745273f7
......@@ -89,7 +89,7 @@ type Resetter interface {
// number of bits.
//
// See the following:
// http://www.gzip.org/algorithm.txt
// https://github.com/madler/zlib/raw/master/doc/algorithm.txt
// chunk & 15 is number of bits
// chunk >> 4 is value, including table link
......
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