github.com/smalaichami/go-bowhead@v0.0.0-20180311002552-16302db95eaa/metrics/runtime_no_cgo.go (about)

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