github.com/mprishchepo/go-ethereum@v1.9.7-0.20191031044858-21506be82b68/metrics/runtime_no_cgo.go (about)

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