]> Cypherpunks repositories - gostls13.git/commit
go/doc: recursively inspect selector expressions
authorAndrew Gerrand <adg@golang.org>
Mon, 7 Jan 2013 08:36:38 +0000 (19:36 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 7 Jan 2013 08:36:38 +0000 (19:36 +1100)
commit60544b698ed1310dd3c5dbf67f73f29938d64e0d
tree640e48cca1edef67f8c98c29deb6a1daefe408ab
parent30ff0636b77f0e64084cc976e927355edb6d6f36
go/doc: recursively inspect selector expressions

Also adds a couple of simple tests for doc.Examples.

Fixes #4561.

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/7067048
src/pkg/go/doc/example.go
src/pkg/go/doc/example_test.go [new file with mode: 0644]