go-ethereum/metrics/runtime_no_cgo.go
2024-12-13 14:00:12 +08:00

7 lines
84 B
Go

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