doc/effective_go.html: fix code example

Fixes #6595.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/14425062
This commit is contained in:
Shenghou Ma 2013-10-15 21:30:49 -04:00
parent 5feb15508e
commit 244014e402
1 changed files with 1 additions and 0 deletions

View File

@ -795,6 +795,7 @@ This example shows both uses.
<pre>
Loop:
for n := 0; n &lt; len(src); n += size {
switch {
case src[n] &lt; sizeOne:
if validateOnly {
break