manhole: add expvar

This commit is contained in:
Cadey Ratio 2017-10-07 09:50:20 -07:00
parent b4e80a6d9c
commit ce15a735ed
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ import (
// Add tracing routes
_ "golang.org/x/net/trace"
// Expvar routes
_ "expvar"
)
func init() {