more presentable

This commit is contained in:
Mark McGranaghan 2012-09-23 17:53:15 -07:00
parent d7045c962c
commit c687ab4231

View File

@ -1,6 +1,6 @@
# introduction # introduction
~ introduction introduction ~
~ getting-started getting-started ~
# basics # basics
hello-world hello-world
@ -30,7 +30,7 @@ embedding
interfaces interfaces
errors errors
ok-guards ok-guards
~ comments comments ~
# concurrency # concurrency
goroutines goroutines
@ -44,8 +44,8 @@ timeouts
scatter-gather scatter-gather
rate-limiting rate-limiting
worker-pools worker-pools
~ nonblocking-sends-and-receives nonblocking-sends-and-receives ~
~ closing-channels closing-channels ~
timers timers
tickers tickers
@ -58,21 +58,21 @@ string-formatting
regexs regexs
bytes bytes
json json
~ typed-json typed-json ~
time time
~ time-formatting time-formatting ~
epochs epochs
elapsed-time elapsed-time
random-numbers random-numbers
number-parsing number-parsing
urls urls
sha1-hashes sha1-hashes
~ base64-encoding base64-encoding ~
# systems libraries ## systems libraries
reading-files reading-files
writing-files writing-files
~ standard-streams standard-streams ~
line-filter line-filter
command-line-arguments command-line-arguments
command-line-flags command-line-flags
@ -83,17 +83,16 @@ signals
exit exit
# client libraries # client libraries
tcp-client
http-client http-client
http-client-basic http-client-basic
https-client https-client
~ streaming-in-http-responses streaming-in-http-responses ~
redis redis
postgres postgres
~ mongodb mongodb ~
sending-email sending-email
# web apps ## web apps
http-server-basic http-server-basic
http-server-canonical-host http-server-canonical-host
http-server-graceful-shutdown http-server-graceful-shutdown
@ -106,13 +105,13 @@ http-server-static
http-server-status-code http-server-status-code
http-server http-server
https-server https-server
~ headers-and-query-params headers-and-query-params ~
~ post-bodies post-bodies ~
~ streaming-out-http-responses streaming-out-http-responses ~
# shipping go ## shipping go
~ using-gofmt using-gofmt ~
~ using-godoc using-godoc ~
~ publishing-packages publishing-packages ~
~ deploying-to-heroku deploying-to-heroku ~
~ deploying-to-appengine deploying-to-appengine ~