mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
9 lines
119 B
Go
9 lines
119 B
Go
//go:build !cgo || appengine || js
|
|
// +build !cgo appengine js
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|