diff --git a/public/select b/public/select index 8132666..54c842b 100644 --- a/public/select +++ b/public/select @@ -27,9 +27,9 @@ -

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

+

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