]> Cypherpunks repositories - gostls13.git/commit
cmd/fix: warn about exp, old, deleted packages
authorRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 04:55:33 +0000 (23:55 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 04:55:33 +0000 (23:55 -0500)
commit878153682ecac3fb00bdad50ff8dcc296e30a701
tree3f3cc6945531bbc77811c2854ea251cd2eccb53e
parentc58b6ad02203cc0f4ba3cd0a38ce222d177cc75e
cmd/fix: warn about exp, old, deleted packages

Fixes #2776.

There was a previous attempt at CL 5592043 but that
seems to have stalled.  This one is simpler, and more up to date
(correct handling of spdy, for example).

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5645091
doc/go1.html
doc/go1.tmpl
src/cmd/fix/go1pkgrename.go
src/cmd/fix/go1pkgrename_test.go