From 7bd71fa80071f86ca86ed7ef64ab51c88cabe7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 22 Jun 2015 12:00:55 +0300 Subject: godeps: pull in go-metrics --- .../src/github.com/rcrowley/go-metrics/runtime_no_cgo.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Godeps/_workspace/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go (limited to 'Godeps/_workspace/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go') diff --git a/Godeps/_workspace/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go b/Godeps/_workspace/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go new file mode 100644 index 000000000..616a3b475 --- /dev/null +++ b/Godeps/_workspace/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go @@ -0,0 +1,7 @@ +// +build !cgo appengine + +package metrics + +func numCgoCall() int64 { + return 0 +} -- cgit v1.2.3