Skip to content
Snippets Groups Projects
Commit 7a78cc58 authored by capossele's avatar capossele
Browse files

:rotating_light: Fixes import order.

parent 579ee5ae
No related branches found
No related tags found
No related merge requests found
package analysis
import (
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
"github.com/iotaledger/goshimmer/plugins/analysis/client"
"github.com/iotaledger/goshimmer/plugins/analysis/server"
"github.com/iotaledger/goshimmer/plugins/analysis/webinterface"
"github.com/iotaledger/goshimmer/plugins/config"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
)
// PluginName is the name of the analysis plugin.
......
......@@ -6,14 +6,13 @@ import (
"time"
"github.com/gobuffalo/packr/v2"
"github.com/iotaledger/goshimmer/packages/shutdown"
"github.com/iotaledger/goshimmer/plugins/config"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/logger"
"github.com/labstack/echo"
"golang.org/x/net/context"
"golang.org/x/net/websocket"
"github.com/iotaledger/goshimmer/packages/shutdown"
"github.com/iotaledger/goshimmer/plugins/config"
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment