dendrite/vendor/github.com/rcrowley/go-metrics/runtime_no_cgo.go
Benedikt Bongartz 9fd1cd7a37
Init go mod & update vendor
Signed-off-by: Benedikt Bongartz <benne@klimlive.de>
2019-05-18 03:37:24 +02:00

8 lines
81 B
Go

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