Skip to content
Snippets Groups Projects
Commit ecabf6dc authored by Luca Moser's avatar Luca Moser
Browse files

more formatting

parent 9a84fe4a
No related branches found
No related tags found
No related merge requests found
package dashboard
import (
"github.com/iotaledger/hive.go/logger"
"net/http"
"time"
"golang.org/x/net/context"
"github.com/iotaledger/goshimmer/plugins/metrics"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
"golang.org/x/net/context"
)
var server *http.Server
......
......@@ -8,10 +8,10 @@ import (
"time"
"github.com/iotaledger/goshimmer/packages/accountability"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/goshimmer/packages/errors"
"github.com/iotaledger/goshimmer/packages/identity"
"github.com/iotaledger/goshimmer/packages/network"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/node"
)
......
......@@ -3,8 +3,8 @@ package gossip
import (
"sync"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/goshimmer/packages/model/meta_transaction"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/node"
)
......
......@@ -2,11 +2,11 @@ package gossip
import (
"github.com/iotaledger/goshimmer/packages/accountability"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/goshimmer/packages/errors"
"github.com/iotaledger/goshimmer/packages/identity"
"github.com/iotaledger/goshimmer/packages/network"
"github.com/iotaledger/goshimmer/packages/network/tcp"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/node"
"github.com/iotaledger/hive.go/parameter"
......
package ui
import (
"github.com/iotaledger/hive.go/logger"
"net/http"
"strings"
"sync/atomic"
......@@ -14,8 +13,8 @@ import (
"github.com/iotaledger/goshimmer/plugins/webapi"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
"github.com/labstack/echo"
)
......
......@@ -2,11 +2,11 @@ package webapi
import (
"context"
"github.com/iotaledger/hive.go/logger"
"time"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
"github.com/labstack/echo"
)
......
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