Stop importing expvar

This commit is contained in:
nikhiljindal 2015-02-26 10:47:58 -08:00
parent ec8ecf3993
commit b771a56435

View File

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