1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/sort
Russ Cox 19f0e4603d sort: edit doc comment for Search
Change comment to be more generic,
with indexed data structure search as
one common use case.

Fix typo []data.

R=gri, rog
CC=golang-dev
https://golang.org/cl/3159041
2010-11-18 07:16:09 -05:00
..
Makefile sort: binary search for sorted slices 2010-11-10 13:19:28 -08:00
search_test.go sort: simplify semantics of Search. 2010-11-12 15:57:33 -08:00
search.go sort: edit doc comment for Search 2010-11-18 07:16:09 -05:00
sort_test.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
sort.go sort: fix comment typo 2010-02-02 23:01:21 -08:00