]> Cypherpunks repositories - gostls13.git/commit
reduce stutter: sort.SortInterface -> sort.Interface.
authorRob Pike <r@golang.org>
Tue, 13 Oct 2009 20:05:16 +0000 (13:05 -0700)
committerRob Pike <r@golang.org>
Tue, 13 Oct 2009 20:05:16 +0000 (13:05 -0700)
commit8acb8fb7809ccbd1d0fba4c4d6661282f4645cef
treed9221abc51e7c2e7fcc6487c2db429caca61d019
parentfd4767f2c5328a14b50874ad3a25518c673ccd12
reduce stutter: sort.SortInterface -> sort.Interface.
ditto for heap.HeapInterface

R=gri,rsc
DELTA=31  (0 added, 1 deleted, 30 changed)
OCL=35665
CL=35673
src/pkg/container/heap/heap.go
src/pkg/container/vector/intvector.go
src/pkg/container/vector/stringvector.go
src/pkg/container/vector/vector.go
src/pkg/go/scanner/errors.go
src/pkg/sort/sort.go