]> Cypherpunks repositories - gostls13.git/commit
gofix: add mapdelete
authorRuss Cox <rsc@golang.org>
Tue, 18 Oct 2011 13:45:36 +0000 (09:45 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 18 Oct 2011 13:45:36 +0000 (09:45 -0400)
commit7242052bc71f02734b1902f13c490f1791df1c76
tree06b863114dddec02a02f634e9e05e04604151af7
parent1d687c742ddad0be83314019c03e17bad7235535
gofix: add mapdelete

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5286043
src/cmd/gofix/Makefile
src/cmd/gofix/fix.go
src/cmd/gofix/mapdelete.go [new file with mode: 0644]
src/cmd/gofix/mapdelete_test.go [new file with mode: 0644]