2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-02-13 15:26:32 +00:00
op-geth/metrics/runtime_no_cgo.go

8 lines
81 B
Go
Raw Normal View History

2015-06-22 12:00:55 +03:00
// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}