This transition paragraph no longer makes sense

This commit is contained in:
Mark McGranaghan
2019-09-06 07:37:49 -07:00
parent a34c967eaf
commit 9889d7f702
2 changed files with 2 additions and 23 deletions

View File

@@ -3,9 +3,3 @@
$ go run timeouts.go
timeout 1
result 2
# Using this `select` timeout pattern requires
# communicating results over channels. This is a good
# idea in general because other important Go features are
# based on channels and `select`. We'll look at two
# examples of this next: timers and tickers.