Skip to content
Snippets Groups Projects
Unverified Commit 99fa5bc2 authored by Jonas Theis's avatar Jonas Theis Committed by GitHub
Browse files

Move networkdelay to plugins folder (#759)

* Move to plugins folder

* Rename dapp.go to plugin.go
parent 0a976104
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
package plugins
import (
"github.com/iotaledger/goshimmer/dapps/networkdelay"
analysisclient "github.com/iotaledger/goshimmer/plugins/analysis/client"
analysisdashboard "github.com/iotaledger/goshimmer/plugins/analysis/dashboard"
analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server"
"github.com/iotaledger/goshimmer/plugins/networkdelay"
"github.com/iotaledger/goshimmer/plugins/prometheus"
"github.com/iotaledger/goshimmer/plugins/remotelog"
"github.com/iotaledger/hive.go/node"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment