1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 02:56:13 +00:00
os/vendor/github.com/rcrowley/go-metrics/runtime_no_cgo.go
2016-06-06 08:08:00 -07:00

8 lines
81 B
Go

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