From 9d39ea51a7774cfbc680a99d9deafffecc26e295 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sun, 3 Mar 2019 11:56:26 -0800 Subject: Add `go mod` support (#2503) * Remove vendor and go-dep Signed-off-by: Yong Tang * Add go.mod Signed-off-by: Yong Tang * Update Makefile and .travis.yml Signed-off-by: Yong Tang --- vendor/github.com/rcrowley/go-metrics/metrics.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 vendor/github.com/rcrowley/go-metrics/metrics.go (limited to 'vendor/github.com/rcrowley/go-metrics/metrics.go') diff --git a/vendor/github.com/rcrowley/go-metrics/metrics.go b/vendor/github.com/rcrowley/go-metrics/metrics.go deleted file mode 100644 index b97a49ed1..000000000 --- a/vendor/github.com/rcrowley/go-metrics/metrics.go +++ /dev/null @@ -1,13 +0,0 @@ -// Go port of Coda Hale's Metrics library -// -// -// -// Coda Hale's original work: -package metrics - -// UseNilMetrics is checked by the constructor functions for all of the -// standard metrics. If it is true, the metric returned is a stub. -// -// This global kill-switch helps quantify the observer effect and makes -// for less cluttered pprof profiles. -var UseNilMetrics bool = false -- cgit v1.2.3