mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Clean up 'import' ordering
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
"context"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"time"
|
||||
|
||||
"context"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
ot "github.com/opentracing/opentracing-go"
|
||||
otlog "github.com/opentracing/opentracing-go/log"
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
package report
|
||||
|
||||
import (
|
||||
_ "github.com/peterbourgon/runsvinit"
|
||||
_ "github.com/mjibson/esc"
|
||||
_ "github.com/peterbourgon/runsvinit"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user