1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/container
David Symonds d911b872ce container/heap: fix circular dependency in test
Having the test be in the container/heap package yields a cycle
  container/heap (for the test)
  -> testing
  -> time
  -> container/heap (for timerHeap)

Occasionally the linker would get mixed up, resulting in a test panic
in a very weird place.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4395042
2011-04-22 16:29:05 -04:00
..
heap container/heap: fix circular dependency in test 2011-04-22 16:29:05 -04:00
list src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ring src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
vector src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00