forked from cerc-io/plugeth
8 lines
84 B
Go
8 lines
84 B
Go
// +build !cgo appengine js
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|