]> Cypherpunks repositories - gostls13.git/commit
sort: change the name of Float64Array to Float64Slice.
authorRob Pike <r@golang.org>
Thu, 16 Jun 2011 07:48:02 +0000 (17:48 +1000)
committerRob Pike <r@golang.org>
Thu, 16 Jun 2011 07:48:02 +0000 (17:48 +1000)
commit2b08e952bbe0b0ec20480d493926bcdb41f71396
tree8ebd43bdacbc88beee04f7aad954f3b9aaa50228
parentb955448d592607bc3050f9e3e302487710bb8930
sort: change the name of Float64Array to Float64Slice.
I missed this before because I used the wrong regexp. What a moron.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4639041
src/pkg/sort/search.go
src/pkg/sort/search_test.go
src/pkg/sort/sort.go
src/pkg/sort/sort_test.go