Skip to content
Snippets Groups Projects
Unverified Commit 62c4a2fd authored by Ching-Hua (Vivian) Lin's avatar Ching-Hua (Vivian) Lin Committed by GitHub
Browse files

refactor: Move packages in /binary to /packages (#751)

* refactor: Move spammer and storageprefix to packages

* refactor: Import spammer and storageprefix with new path
parent 37125323
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
"github.com/iotaledger/hive.go/types" "github.com/iotaledger/hive.go/types"
"golang.org/x/crypto/blake2b" "golang.org/x/crypto/blake2b"
"github.com/iotaledger/goshimmer/packages/binary/storageprefix" "github.com/iotaledger/goshimmer/packages/storageprefix"
) )
// BranchManager is an entity that manages the branches of a UTXODAG. It offers methods to add, delete and modify // BranchManager is an entity that manages the branches of a UTXODAG. It offers methods to add, delete and modify
......
...@@ -18,7 +18,7 @@ import ( ...@@ -18,7 +18,7 @@ import (
"github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager"
"github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload"
"github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction"
"github.com/iotaledger/goshimmer/packages/binary/storageprefix" "github.com/iotaledger/goshimmer/packages/storageprefix"
) )
// Tangle represents the value tangle that consists out of value payloads. // Tangle represents the value tangle that consists out of value payloads.
......
File moved
...@@ -5,7 +5,7 @@ import ( ...@@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"time" "time"
"github.com/iotaledger/goshimmer/packages/binary/storageprefix" "github.com/iotaledger/goshimmer/packages/storageprefix"
"github.com/iotaledger/hive.go/async" "github.com/iotaledger/hive.go/async"
"github.com/iotaledger/hive.go/kvstore" "github.com/iotaledger/hive.go/kvstore"
"github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/objectstorage"
......
...@@ -3,8 +3,8 @@ package spammer ...@@ -3,8 +3,8 @@ package spammer
import ( import (
"sync" "sync"
"github.com/iotaledger/goshimmer/packages/binary/spammer"
"github.com/iotaledger/goshimmer/packages/shutdown" "github.com/iotaledger/goshimmer/packages/shutdown"
"github.com/iotaledger/goshimmer/packages/spammer"
"github.com/iotaledger/goshimmer/plugins/issuer" "github.com/iotaledger/goshimmer/plugins/issuer"
"github.com/iotaledger/goshimmer/plugins/webapi" "github.com/iotaledger/goshimmer/plugins/webapi"
"github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/daemon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment