1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/metrics/runtime_no_cgo.go
Felix Lange 8a134014b4
all: add go:build lines (#23468)
Generated by go1.17 fmt ./...
2021-08-25 18:46:29 +02:00

8 lines
119 B
Go

//go:build !cgo || appengine || js
// +build !cgo appengine js
package metrics
func numCgoCall() int64 {
return 0
}