mercy/cmd/mercyd/main.go

8 lines
52 B
Go
Raw Normal View History

2017-08-18 07:34:41 +00:00
package main
func main() {
for {
select {}
}
}