]> Cypherpunks repositories - gostls13.git/commit
exp/html: update package docs and add an example; a node's children is
authorNigel Tao <nigeltao@golang.org>
Wed, 17 Oct 2012 23:25:50 +0000 (10:25 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 17 Oct 2012 23:25:50 +0000 (10:25 +1100)
commit9dc3152668319fce81ec72055051cee47d4c801d
treedb239b0cb4064f9276c7ac7f791136c0785acc61
parentc5ebeff3aacb6a9f2460d4bc90a50ab6deb926ec
exp/html: update package docs and add an example; a node's children is
a linked list, not a slice.

R=r, minux.ma
CC=golang-dev
https://golang.org/cl/6618055
src/pkg/exp/html/doc.go
src/pkg/exp/html/example_test.go [new file with mode: 0644]