]> Cypherpunks repositories - gostls13.git/commit
gofix: new command for updating code to new release
authorRuss Cox <rsc@golang.org>
Tue, 15 Mar 2011 18:15:41 +0000 (14:15 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 15 Mar 2011 18:15:41 +0000 (14:15 -0400)
commita34f1bbb2201c0e66ebd172ac4a533bfeb7e9957
tree1ff84892909a8f3e396d2838b65b3410116d7bce
parent66f09fd459cc7477c1c2f0de5a296ab84920f473
gofix: new command for updating code to new release

R=bradfitzgo, dsymonds, r, gri, adg
CC=golang-dev
https://golang.org/cl/4282044
src/cmd/Makefile
src/cmd/gofix/Makefile [new file with mode: 0644]
src/cmd/gofix/doc.go [new file with mode: 0644]
src/cmd/gofix/fix.go [new file with mode: 0644]
src/cmd/gofix/httpserver.go [new file with mode: 0644]
src/cmd/gofix/httpserver_test.go [new file with mode: 0644]
src/cmd/gofix/main.go [new file with mode: 0644]
src/cmd/gofix/main_test.go [new file with mode: 0644]
src/pkg/Makefile