| Index: service/datastore/serialize/invertible_test.go
|
| diff --git a/service/datastore/invertible_test.go b/service/datastore/serialize/invertible_test.go
|
| similarity index 99%
|
| rename from service/datastore/invertible_test.go
|
| rename to service/datastore/serialize/invertible_test.go
|
| index 567520d04c86212a498897a1be73939be7a2d13f..caec46fb6b88740c045a9727b97b62d73bbe2217 100644
|
| --- a/service/datastore/invertible_test.go
|
| +++ b/service/datastore/serialize/invertible_test.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 datastore
|
| +package serialize
|
|
|
| import (
|
| "bytes"
|
|
|