From ac9745bc4cb6ad2a1a6db90c9e305fa1ffb926fa Mon Sep 17 00:00:00 2001
From: Juan Batiz-Benet <juan@benet.ai>
Date: Wed, 17 Sep 2014 02:02:13 -0700
Subject: [PATCH] moved keyspace

---
 routing/{dht => }/keyspace/keyspace.go | 0
 routing/{dht => }/keyspace/xor.go      | 0
 routing/{dht => }/keyspace/xor_test.go | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename routing/{dht => }/keyspace/keyspace.go (100%)
 rename routing/{dht => }/keyspace/xor.go (100%)
 rename routing/{dht => }/keyspace/xor_test.go (100%)

diff --git a/routing/dht/keyspace/keyspace.go b/routing/keyspace/keyspace.go
similarity index 100%
rename from routing/dht/keyspace/keyspace.go
rename to routing/keyspace/keyspace.go
diff --git a/routing/dht/keyspace/xor.go b/routing/keyspace/xor.go
similarity index 100%
rename from routing/dht/keyspace/xor.go
rename to routing/keyspace/xor.go
diff --git a/routing/dht/keyspace/xor_test.go b/routing/keyspace/xor_test.go
similarity index 100%
rename from routing/dht/keyspace/xor_test.go
rename to routing/keyspace/xor_test.go
-- 
GitLab