runtime_no_cgo.go 81 B

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