]> Cypherpunks repositories - gostls13.git/commit
fix bug in bytes.Map and add test cases for Map in both strings and bytes packages.
authorRob Pike <r@golang.org>
Sun, 15 Nov 2009 20:07:27 +0000 (12:07 -0800)
committerRob Pike <r@golang.org>
Sun, 15 Nov 2009 20:07:27 +0000 (12:07 -0800)
commit27779dd6cb20786b645dcf1a33169f9c51d26b6c
tree5eb1d990e3bd345c255af44850325fb4065daf57
parent13ad5d40c49f10a760c907db6dd09425580310f4
fix bug in bytes.Map and add test cases for Map in both strings and bytes packages.
thanks to ulrik.sverdrup for the test case.

Fixes #191.

R=rsc
CC=golang-dev
https://golang.org/cl/155056
src/pkg/bytes/bytes.go
src/pkg/bytes/bytes_test.go
src/pkg/strings/strings_test.go