Skip to content
Snippets Groups Projects
Commit 5f2212da authored by Hans Moog's avatar Hans Moog
Browse files

Refactor: changed package structure

parent ea4302a8
No related branches found
No related tags found
No related merge requests found
package transfer package transfer
import ( import (
"github.com/iotaledger/goshimmer/packages/binary/address" "github.com/iotaledger/goshimmer/packages/binary/valuetangle/model/address"
"github.com/iotaledger/goshimmer/packages/ledgerstate/reality" "github.com/iotaledger/goshimmer/packages/ledgerstate/reality"
) )
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"encoding/binary" "encoding/binary"
"sync" "sync"
"github.com/iotaledger/goshimmer/packages/binary/address" "github.com/iotaledger/goshimmer/packages/binary/valuetangle/model/address"
"github.com/iotaledger/goshimmer/packages/ledgerstate/coloredcoins" "github.com/iotaledger/goshimmer/packages/ledgerstate/coloredcoins"
"github.com/iotaledger/goshimmer/packages/ledgerstate/reality" "github.com/iotaledger/goshimmer/packages/ledgerstate/reality"
"github.com/iotaledger/goshimmer/packages/stringify" "github.com/iotaledger/goshimmer/packages/stringify"
......
package transfer package transfer
import ( import (
"github.com/iotaledger/goshimmer/packages/binary/address" "github.com/iotaledger/goshimmer/packages/binary/valuetangle/model/address"
"github.com/iotaledger/goshimmer/packages/ledgerstate/reality" "github.com/iotaledger/goshimmer/packages/ledgerstate/reality"
"github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/objectstorage"
) )
......
package transfer package transfer
import ( import (
"github.com/iotaledger/goshimmer/packages/binary/address" "github.com/iotaledger/goshimmer/packages/binary/valuetangle/model/address"
"github.com/iotaledger/goshimmer/packages/stringify" "github.com/iotaledger/goshimmer/packages/stringify"
) )
......
package transfer package transfer
import ( import (
"github.com/iotaledger/goshimmer/packages/binary/address" "github.com/iotaledger/goshimmer/packages/binary/valuetangle/model/address"
"github.com/iotaledger/goshimmer/packages/ledgerstate/coloredcoins" "github.com/iotaledger/goshimmer/packages/ledgerstate/coloredcoins"
) )
......
package transfer package transfer
import ( import (
"github.com/iotaledger/goshimmer/packages/binary/address" "github.com/iotaledger/goshimmer/packages/binary/valuetangle/model/address"
"github.com/iotaledger/goshimmer/packages/errors" "github.com/iotaledger/goshimmer/packages/errors"
"github.com/iotaledger/goshimmer/packages/ledgerstate/reality" "github.com/iotaledger/goshimmer/packages/ledgerstate/reality"
"github.com/iotaledger/goshimmer/packages/stringify" "github.com/iotaledger/goshimmer/packages/stringify"
"github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/objectstorage"
) )
......
...@@ -3,6 +3,8 @@ package tangle ...@@ -3,6 +3,8 @@ package tangle
import ( import (
"runtime" "runtime"
"github.com/iotaledger/iota.go/trinary"
"github.com/iotaledger/goshimmer/packages/daemon" "github.com/iotaledger/goshimmer/packages/daemon"
"github.com/iotaledger/goshimmer/packages/errors" "github.com/iotaledger/goshimmer/packages/errors"
"github.com/iotaledger/goshimmer/packages/events" "github.com/iotaledger/goshimmer/packages/events"
...@@ -13,7 +15,6 @@ import ( ...@@ -13,7 +15,6 @@ import (
"github.com/iotaledger/goshimmer/packages/node" "github.com/iotaledger/goshimmer/packages/node"
"github.com/iotaledger/goshimmer/packages/workerpool" "github.com/iotaledger/goshimmer/packages/workerpool"
"github.com/iotaledger/goshimmer/plugins/gossip" "github.com/iotaledger/goshimmer/plugins/gossip"
"github.com/iotaledger/iota.go/trinary"
) )
// region plugin module setup ////////////////////////////////////////////////////////////////////////////////////////// // region plugin module setup //////////////////////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment