Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openonu-adapter-go
/
69992ab54318f6d23b7a0b64a8a7196a218e1fab
/
.
/
vendor
/
github.com
/
rcrowley
/
go-metrics
/
runtime_no_cgo.go
blob: 616a3b4751be1bf288b909d2192851500eb010a7 [
file
] [
log
] [
blame
]
Holger Hildebrandt
fa07499
2020-03-27 15:42:06 +0000
[
diff
] [
blame
]
1
// +build !cgo appengine
2
3
package metrics
4
5
func numCgoCall() int64 {
6
return 0
7
}