1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/metrics/runtime_no_cgo.go
2021-08-24 21:54:55 +03:00

7 lines
84 B
Go

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