mirror of
https://github.com/Dadido3/Scanyonero.git
synced 2025-06-06 17:30:00 +00:00
9 lines
114 B
Go
9 lines
114 B
Go
package main
|
|
|
|
func main() {
|
|
// The runners will be started in some init.go file.
|
|
|
|
// Wait forever.
|
|
select {}
|
|
}
|