Commit 63546a03 authored by Vitaly Zdanevich's avatar Vitaly Zdanevich Committed by Rob Pike

doc: Effective Go: formatting of code example

Change-Id: I7f5947cef3ec43746f60abca556dda29a705caf7
GitHub-Last-Rev: b9aefd06abdaee854671451711579dd5bd33bd26
GitHub-Pull-Request: golang/go#35404
Reviewed-on: https://go-review.googlesource.com/c/go/+/205610Reviewed-by: default avatarRob Pike <r@golang.org>
parent 00547235
...@@ -41,9 +41,9 @@ const templateStr = ` ...@@ -41,9 +41,9 @@ const templateStr = `
<br> <br>
<br> <br>
{{end}} {{end}}
<form action="/" name=f method="GET"><input maxLength=1024 size=70 <form action="/" name=f method="GET">
name=s value="" title="Text to QR Encode"><input type=submit <input maxLength=1024 size=70 name=s value="" title="Text to QR Encode">
value="Show QR" name=qr> <input type=submit value="Show QR" name=qr>
</form> </form>
</body> </body>
</html> </html>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment