blob: 616a3b4751be1bf288b909d2192851500eb010a7 [file] [log] [blame]
Scott Bakered4efab2020-01-13 19:12:25 -08001// +build !cgo appengine
2
3package metrics
4
5func numCgoCall() int64 {
6 return 0
7}