github.com/nnlgsakib/mind-dpos@v0.0.0-20230606105614-f3c8ca06f808/metrics/runtime_no_cgo.go (about) 1 // +build !cgo appengine 2 3 package metrics 4 5 func numCgoCall() int64 { 6 return 0 7 }