mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-25 14:26:04 +03:00
9 lines
170 B
Go
9 lines
170 B
Go
package main
|
|
|
|
import "github.com/jianhan/go-patterns/concurrency/subtasks/fetchers"
|
|
|
|
func main() {
|
|
// divide_and_conquer.RunDivideAndConquer()
|
|
fetchers.RunFetchers()
|
|
}
|