Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
1110ef21952293ce2a75e12b036b156b49021745
/
.
/
vendor
/
github.com
/
rcrowley
/
go-metrics
/
runtime_no_cgo.go
blob: 616a3b4751be1bf288b909d2192851500eb010a7 [
file
] [
log
] [
blame
]
William Kurkian
ea86948
2019-04-09 15:16:11 -0400
[
diff
] [
blame
]
1
// +build !cgo appengine
2
3
package metrics
4
5
func numCgoCall() int64 {
6
return 0
7
}