Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
LGTM On Tue, May 21, 2013 at 6:50 PM, <dsymonds@golang.org> wrote: > Reviewers: golang-dev1, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://code.google.com/p/go > > > Description: > doc/go_faq: fix example. > > Please review this at https://codereview.appspot.**com/9564044/<https://codereview.appspot.com/9564... > > Affected files: > M doc/go_faq.html > > > Index: doc/go_faq.html > ==============================**==============================**======= > --- a/doc/go_faq.html > +++ b/doc/go_faq.html > @@ -701,7 +701,7 @@ > > <pre> > type Opener interface { > - Open(name) Reader > + Open() Reader > } > > func (t T3) Open() *os.File > > > -- > > ---You received this message because you are subscribed to the Google > Groups "golang-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-dev+unsubscribe@**googlegroups.com<golang-dev%2Bunsubscribe@googlegrou... > . > For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o... > . > > >
*** Submitted as https://code.google.com/p/go/source/detail?r=45732d262481 *** doc/go_faq: fix example. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/9564044