Eli Bendersky
baf22e84e7
Move <img> for play.golang.org to separate line in the template
...
This will make future diffs easier to read because code changes modify the
hash/link, but the image data stays the same.
Note that there are whitespace diffs in the generated files where there
is no image. This is because there was a stray tab in the template before,
and now it's replaced by spaces.
Fixes #235
2019-06-04 19:03:37 -07:00
Eli Bendersky
973da6773f
HTTP servers sample
2019-06-04 07:44:39 -07:00
Mark McGranaghan
41d6630bdd
Normalize code fragment typography
...
Per convention, code fragments get monotype and methods in the text
don't get parens or parameters.
2019-05-31 12:19:49 -07:00
Mark McGranaghan
c209145948
"An HTTP"
...
This could go either way, but my pronunciation of HTTP dictates "an" (:
https://www.quora.com/A-http-or-an-http-which-is-the-correct-grammatical-usage
2019-05-31 12:14:54 -07:00
Mark McGranaghan
60bed1aa0d
Update whitespace so comment aligns with relevant code
2019-05-31 12:11:24 -07:00
Mark McGranaghan
d2d9a54208
Use fewer words in HTTP Clients intro
...
"out of the box" is implied by "standard library".
2019-05-31 12:10:33 -07:00
Eli Bendersky
dfcaebd536
Basic HTTP client sample
2019-05-31 12:08:57 -07:00