status-go/vendor/github.com/ethereum/go-ethereum/metrics/runtime_no_cgo.go

9 lines
119 B
Go

//go:build !cgo || appengine || js
// +build !cgo appengine js
package metrics
func numCgoCall() int64 {
return 0
}