mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-22 11:31:02 +00:00
8a134014b4
Generated by go1.17 fmt ./...
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
|
|
}
|