1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-09-14 07:38:51 +00:00

storage: finish renaming storage packages for #79 #69

- storage: rename DataStore to Store
- file: rename types to appease linter
This commit is contained in:
James Hillyerd
2018-03-10 13:34:35 -08:00
parent 98d8288244
commit a58dfc5e4f
21 changed files with 135 additions and 135 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package datastore_test
package storage_test
import (
"testing"
@@ -7,7 +7,7 @@ import (
)
func TestHashLock(t *testing.T) {
hl := &datastore.HashLock{}
hl := &storage.HashLock{}
// Invalid hashes
testCases := []struct {