Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
bbsim
/
e9f5a6b81af8dda5011a847fa13b04988cc690c7
/
.
/
vendor
/
github.com
/
rcrowley
/
go-metrics
/
runtime_no_cgo.go
blob: 616a3b4751be1bf288b909d2192851500eb010a7 [
file
] [
log
] [
blame
]
Pragya Arya
324337e
2020-02-20 14:35:08 +0530
[
diff
] [
blame
]
1
// +build !cgo appengine
2
3
package metrics
4
5
func numCgoCall() int64 {
6
return 0
7
}