main.go 91 B

1234567
  1. package main
  2. import _ "github.com/tal-tech/go-zero/core/stat"
  3. func main() {
  4. select {}
  5. }