]> Cypherpunks repositories - gostls13.git/commit
sort: add examples for sort.Search
authorSuyash <dextrous93@gmail.com>
Wed, 14 Sep 2016 17:06:58 +0000 (22:36 +0530)
committerAndrew Gerrand <adg@golang.org>
Fri, 16 Sep 2016 04:47:43 +0000 (04:47 +0000)
commit79167bbd9c71017e18836a3e5e40261b57012358
tree7f4ce16e3ea6c341650e21f82e28c0d4808ed16d
parent9658de32c6141ca036a741006da5b83b4b2c6af5
sort: add examples for sort.Search

This adds examples showing the different ways of using sort.Search.

Change-Id: Iaa08b4501691f37908317fdcf2e618fbe9f99ade
Reviewed-on: https://go-review.googlesource.com/29131
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Andrew Gerrand <adg@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/sort/example_search_test.go [new file with mode: 0644]