Very minor clean-ups (import re-ordering by automated tooling) (#28)
This commit is contained in:
committed by
GitHub
parent
ca55bde751
commit
1f5ac0b49d
@@ -2,9 +2,10 @@ package server
|
||||
|
||||
import (
|
||||
"expvar"
|
||||
"net/http"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/sirupsen/logrus"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var apiRoutes = mux.NewRouter()
|
||||
|
||||
Reference in New Issue
Block a user