]> Cypherpunks repositories - gostls13.git/commit
gofix: add go1pkgrename
authorRob Pike <r@golang.org>
Tue, 8 Nov 2011 23:34:23 +0000 (15:34 -0800)
committerRob Pike <r@golang.org>
Tue, 8 Nov 2011 23:34:23 +0000 (15:34 -0800)
commite50479ca889a319ffbb669236e949035a59fd82d
treef3b163b7743604783e61184abfeecc3a86aa82e2
parent816f12285cabe978738bae5070b09290c447150f
gofix: add go1pkgrename
This will do the package import renamings for Go 1.

R=rsc, r, dsymonds
CC=golang-dev
https://golang.org/cl/5316078
src/cmd/gofix/Makefile
src/cmd/gofix/go1pkgrename.go [new file with mode: 0644]
src/cmd/gofix/go1pkgrename_test.go [new file with mode: 0644]