From ce15a735ed3b199cf8044ee607968aa10c0f5fe9 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 7 Oct 2017 09:50:20 -0700 Subject: [PATCH] manhole: add expvar --- internal/manhole.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/manhole.go b/internal/manhole.go index 9de919b..f02d608 100644 --- a/internal/manhole.go +++ b/internal/manhole.go @@ -11,6 +11,9 @@ import ( // Add tracing routes _ "golang.org/x/net/trace" + + // Expvar routes + _ "expvar" ) func init() {