7 lines
71 B
Go
7 lines
71 B
Go
// +build !cgo
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|