Descriptiongodoc: fix bug in zip.go
The result of sort.Search is in the interval [0,n);
specifically, if no entry is found, the result is n
and not -1.
Patch Set 1 #Patch Set 2 : diff -r db63f3a1f992 https://go.googlecode.com/hg/ #
MessagesTotal messages: 4
|