Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
7b1e0641d3328bc930bc6e1732210a69fc794a6e
/
.
/
vendor
/
github.com
/
rcrowley
/
go-metrics
/
runtime_no_cgo.go
blob: 616a3b4751be1bf288b909d2192851500eb010a7 [
file
] [
log
] [
blame
]
khenaidoo
ac63710
2019-01-14 15:44:34 -0500
[
diff
] [
blame
]
1
// +build !cgo appengine
2
3
package metrics
4
5
func numCgoCall() int64 {
6
return 0
7
}