Index: service/datastore/raw_interface.go |
diff --git a/service/rawdatastore/interface.go b/service/datastore/raw_interface.go |
similarity index 99% |
rename from service/rawdatastore/interface.go |
rename to service/datastore/raw_interface.go |
index 220cf6ec5026f9fa2e7008beb77499ee3f5f95a0..87715311f9011e4597bd38920064030c2a8ed7ab 100644 |
--- a/service/rawdatastore/interface.go |
+++ b/service/datastore/raw_interface.go |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package rawdatastore |
+package datastore |
import ( |
"fmt" |