publish slices, tweak surrounding

This commit is contained in:
Mark McGranaghan
2012-10-10 21:53:00 -07:00
parent 4549dbcaca
commit c489746ec7
8 changed files with 111 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
// We often want to execute Go code at some point in the
// future, or repeatedly at some interval. Go's built-in
// timer and ticker features make both of these tasks
// _timer_ and _ticker_ features make both of these tasks
// easy. We'll look first at timers and then
// at [tickers](tickers).