runtime_no_cgo.go 119 Bytes
Newer Older
1
//go:build !cgo || appengine || js
2
// +build !cgo appengine js
3 4 5 6 7 8

package metrics

func numCgoCall() int64 {
	return 0
}