From 2c7063ec2fee3e0fdebacec9a218136d9fdac351 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 13 Oct 2019 18:28:25 -0700 Subject: [PATCH] Rebuild --- examples/tickers/tickers.hash | 4 ++-- public/tickers | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/tickers/tickers.hash b/examples/tickers/tickers.hash index e724ec1..cd2eaf3 100644 --- a/examples/tickers/tickers.hash +++ b/examples/tickers/tickers.hash @@ -1,2 +1,2 @@ -4a42333d14f902e890902343c7bd9b9c735fd8ad -n1q1sSGEvmv +05a1e62b5d363b67df0f9bac5c8f75dc19ca2c54 +E1ro_QHJD9L diff --git a/public/tickers b/public/tickers index dd2bb28..82648e0 100644 --- a/public/tickers +++ b/public/tickers @@ -45,7 +45,7 @@ periodically until we stop it.

- +
package main
 
@@ -83,8 +83,8 @@ periodically until we stop it.

Tickers use a similar mechanism to timers: a channel that is sent values. Here we’ll use the -range builtin on the channel to iterate over -the values as they arrive every 500ms.

+select builtin on the channel to await the +values as they arrive every 500ms.