]> Cypherpunks repositories - gostls13.git/commit
go/doc: set receiver type position for embedded methods
authorRobert Griesemer <gri@golang.org>
Tue, 12 Mar 2013 20:06:55 +0000 (13:06 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 12 Mar 2013 20:06:55 +0000 (13:06 -0700)
commitd825320550b87158286ec772baddab81d07079e0
tree75ceffe18a21bf9d8f8a73f488b93810bb4db190
parentb09d88179909a31579d373ff7cccc266604b7ee9
go/doc: set receiver type position for embedded methods

This was a bug that didn't manifest itself before CL 7674044;
but with that CL and without this fix, the go/doc tests fail.
(The bug fixed by 7674044 and the bug fixed here cancelled
each other out w/ respect to the go/doc tests).

R=rsc
CC=golang-dev
https://golang.org/cl/7628045
src/pkg/go/doc/reader.go