runtime_no_cgo.go 71 B

1234567
  1. // +build !cgo
  2. package metrics
  3. func numCgoCall() int64 {
  4. return 0
  5. }