]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof/internal: delete package gzip0
authorMichael Matloob <matloob@golang.org>
Fri, 11 Nov 2016 16:32:07 +0000 (11:32 -0500)
committerMichael Matloob <matloob@golang.org>
Fri, 11 Nov 2016 16:58:05 +0000 (16:58 +0000)
commiteafe48781a013554961b9bcad8a0262f9ea20acc
tree4bb1a44e2f814345a45ed3da11c20a8c4291bf3d
parent8eb88b0d8e1b76eabe37de67b7dd603da9fbaea3
runtime/pprof/internal: delete package gzip0

rsc's change golang.org/cl/32455 added a mechanism
that allows pprof to depend on gzip without introducing
an import cycle. This obsoletes the need for the gzip0
package, which was created solely to remove the need
for that dependency.

Change-Id: Ifa3b98faac9b251f909b84b4da54742046c4e3ad
Reviewed-on: https://go-review.googlesource.com/33137
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/build/deps_test.go
src/runtime/pprof/internal/gzip0/gzip0.go [deleted file]
src/runtime/pprof/internal/gzip0/gzip0_test.go [deleted file]