Golang 提供了 Goroutine & channel 以達到 share memory by communicating, 本次目標為了解 Golang 中有哪些 patterns 可以使用以及實作。