10 lines
166 B
Go
Raw Normal View History

2018-01-06 23:30:19 +10:00
package main
import "github.com/jianhan/go-patterns/concurrency/mastering_concurrency_in_go/ch1"
func main() {
2018-01-07 02:04:06 +10:00
// ch1.Run()
2018-01-08 22:30:16 +10:00
// ch1.RunLetter()
ch1.RunSpider()
2018-01-06 23:30:19 +10:00
}