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
|
|
}
|