1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00
Files
os/vendor/github.com/rcrowley/go-metrics/runtime_no_cgo.go
Darren Shepherd 03db5d1058 Update vendor/
2016-06-06 08:08:00 -07:00

8 lines
81 B
Go

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