]> Cypherpunks repositories - gostls13.git/commit
go/doc: don't lose factory functions of non-exported types
authorRobert Griesemer <gri@golang.org>
Fri, 3 Feb 2012 03:25:29 +0000 (19:25 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 3 Feb 2012 03:25:29 +0000 (19:25 -0800)
commit212ba8076eb7f1c2efb00b83046da63f8ac75aba
tree0d04b6ae319e16d0d2d878f2012ed74f8893c624
parent44122ed06997f1355c6660efb302d867f13877c4
go/doc: don't lose factory functions of non-exported types

Fixes #2824.

R=rsc, r
CC=golang-dev
https://golang.org/cl/5615043
src/pkg/go/doc/reader.go
src/pkg/go/doc/testdata/f.0.golden [new file with mode: 0644]
src/pkg/go/doc/testdata/f.1.golden [new file with mode: 0644]
src/pkg/go/doc/testdata/f.2.golden [new file with mode: 0644]
src/pkg/go/doc/testdata/f.go [new file with mode: 0644]