From cc39d32551aa165e0756e0fc0d3fc9c5a9381d91 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 19 Jan 2014 11:12:23 -0700 Subject: [PATCH] Rebuild --- examples/select/select.hash | 4 ++-- public/select | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/select/select.hash b/examples/select/select.hash index 758358e..df807f5 100644 --- a/examples/select/select.hash +++ b/examples/select/select.hash @@ -1,2 +1,2 @@ -572ae309be3d0fd9b029aeb908013b2914a36734 -NGSkDrli6L +72503557ab54ef765eeba153fe8a3446541dfc5f +Vco7d8Lmhn diff --git a/public/select b/public/select index 472f0ea..20041c7 100644 --- a/public/select +++ b/public/select @@ -27,7 +27,7 @@

Go’s select lets you wait on multiple channel operations. Combining goroutines and channels with -select is powerful feature of Go.

+select is a powerful feature of Go.

@@ -41,7 +41,7 @@ select is powerful feature of Go.

- +
package main