From: Elias Naur Date: Fri, 29 Mar 2013 17:28:37 +0000 (-0700) Subject: doc: fix typo in effective_go.html X-Git-Tag: go1.1rc2~272 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c1786a9e3b99f4d243425b9db3de726a3b01a8e0;p=gostls13.git doc: fix typo in effective_go.html R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7548045 --- diff --git a/doc/effective_go.html b/doc/effective_go.html index decca34b5a..a1e13c0f69 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -2466,7 +2466,7 @@ only to have them be needed again later. The blank identifier provides a workaround.

-This half-written program is has two unused imports +This half-written program has two unused imports (fmt and io) and an unused variable (fd), so it will not compile, but it would be nice to see if the