diff --git a/hell/README.md b/util/hell/README.md similarity index 100% rename from hell/README.md rename to util/hell/README.md diff --git a/hell/cmd/hell/main.go b/util/hell/cmd/hell/main.go similarity index 98% rename from hell/cmd/hell/main.go rename to util/hell/cmd/hell/main.go index 249e7797c1c7fa1222685f1136a869ae42f51c45..879bfdef528efb893e6fbedbbaff8eed603c92c4 100644 --- a/hell/cmd/hell/main.go +++ b/util/hell/cmd/hell/main.go @@ -11,7 +11,7 @@ import ( "github.com/Masterminds/glide/msg" "github.com/Masterminds/glide/path" "github.com/Masterminds/glide/util" - "github.com/eris-ltd/eris-db/hell" + "github.com/eris-ltd/eris-db/util/hell" "github.com/spf13/cobra" "github.com/Masterminds/glide/action" "github.com/Masterminds/glide/repo" diff --git a/hell/merge.go b/util/hell/merge.go similarity index 100% rename from hell/merge.go rename to util/hell/merge.go diff --git a/hell/merge_test.go b/util/hell/merge_test.go similarity index 100% rename from hell/merge_test.go rename to util/hell/merge_test.go