From 90659d2215a01778ea38513a88c2cf72eb51a064 Mon Sep 17 00:00:00 2001
From: Silas Davis <silas@erisindustries.com>
Date: Wed, 25 Jan 2017 15:49:11 +0000
Subject: [PATCH] Move hell to util

---
 {hell => util/hell}/README.md        | 0
 {hell => util/hell}/cmd/hell/main.go | 2 +-
 {hell => util/hell}/merge.go         | 0
 {hell => util/hell}/merge_test.go    | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename {hell => util/hell}/README.md (100%)
 rename {hell => util/hell}/cmd/hell/main.go (98%)
 rename {hell => util/hell}/merge.go (100%)
 rename {hell => util/hell}/merge_test.go (100%)

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 249e7797..879bfdef 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
-- 
GitLab