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.package main