1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 00:04:25 +00:00
Files
os/vendor/github.com/rcrowley/go-metrics/runtime_no_cgo.go
Darren Shepherd a14846152b Update vendor
2016-05-31 18:14:32 -07:00

8 lines
81 B
Go

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