]> Cypherpunks repositories - gostls13.git/commit
gofix: add a fix for hash.Sum.
authorAdam Langley <agl@golang.org>
Thu, 1 Dec 2011 17:25:09 +0000 (12:25 -0500)
committerAdam Langley <agl@golang.org>
Thu, 1 Dec 2011 17:25:09 +0000 (12:25 -0500)
commit2308aefc845d16c44882cff5590903b74aab42bf
tree95c373f0ca04b54dae6f16821c236edb33dfc10c
parentd38cc47c0c2d830fd745b49bf6be1b0ff0e17b14
gofix: add a fix for hash.Sum.

This fix adds an output argument to hash.Sum.

Tree changes in https://golang.org/cl/5448065

R=rsc
CC=golang-dev
https://golang.org/cl/5450051
src/cmd/gofix/Makefile
src/cmd/gofix/hashsum.go [new file with mode: 0644]
src/cmd/gofix/hashsum_test.go [new file with mode: 0644]