aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go
blob: 616a3b4751be1bf288b909d2192851500eb010a7 (plain) (blame)
1
2
3
4
5
6
7
// +build !cgo appengine

package metrics

func numCgoCall() int64 {
    return 0
}