8 lines
68 B
Go
8 lines
68 B
Go
package main
|
|
|
|
import _ "zero/core/stat"
|
|
|
|
func main() {
|
|
select {}
|
|
}
|