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