package main func main() { // The runners will be started in some init.go file. // Wait forever. select {} }