mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-22 11:31:02 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
|
// +build !cgo appengine
|
||
|
|
||
|
package metrics
|
||
|
|
||
|
func numCgoCall() int64 {
|
||
|
return 0
|
||
|
}
|