Merge pull request #4856 from nikhiljindal/expvar

Stop importing expvar
This commit is contained in:
Alex Robinson 2015-02-26 11:02:41 -08:00
commit 39c343d57e

View File

@ -18,7 +18,6 @@ package master
import (
"bytes"
_ "expvar"
"fmt"
"net"
"net/http"