mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-26 14:56:02 +03:00
9 lines
146 B
Go
9 lines
146 B
Go
package main
|
|
|
|
import "github.com/jianhan/go-patterns/concurrency/mastering_concurrency_in_go/ch1"
|
|
|
|
func main() {
|
|
// ch1.Run()
|
|
ch1.RunLetter()
|
|
}
|