1
0
mirror of https://github.com/golang/go synced 2024-11-26 05:17:58 -07:00
go/src/pkg/container
Frithjof Schulze cfc0a59d6e container/heap: Simplify the example.
Using append simplifies the code and makes it work if
the initial capacity of the slice is smaller than the
number of items pushed.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/6869060
2012-12-04 14:11:33 -08:00
..
heap container/heap: Simplify the example. 2012-12-04 14:11:33 -08:00
list container/list: fix typo 2012-10-28 21:16:50 +11:00
ring all: fix the the typos 2012-11-22 02:58:24 +08:00