Rename inmemory sub-package to inmemorystore

This commit is contained in:
2016-07-11 18:17:12 +01:00
parent cbdd5790bd
commit fa9b0dfab3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package inmemory
package inmemorystore
import (
"errors"

View File

@@ -1,4 +1,4 @@
package inmemory
package inmemorystore
import (
"testing"