plugeth/metrics/runtime_no_cgo.go
2021-08-24 21:54:55 +03:00

8 lines
84 B
Go

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