syncthing/vendor/github.com/rcrowley/go-metrics/runtime_no_cgo.go

8 lines
81 B
Go
Raw Normal View History

2015-11-17 21:09:18 +01:00
// +build !cgo appengine
package metrics
func numCgoCall() int64 {
return 0
}