2018-01-10 17:48:04 +01:00

8 lines
81 B
Go

// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}