-
"Multiple cores or CPUs can be effectively used, in a transparent way for the developer. With Go, the developer should take care of concurrency. The Go runtime will take care of parallelism."
-
"Without select, you don't have goroutines." (https://news.ycombinator.com/item?id=7870248)