github.com/daethereum/go-dae@v2.2.3+incompatible/metrics/runtime_no_cgo.go (about) 1 //go:build !cgo || appengine || js 2 // +build !cgo appengine js 3 4 package metrics 5 6 func numCgoCall() int64 { 7 return 0 8 }