| Index: service/datastore/pls.go
|
| diff --git a/service/rawdatastore/datastore.go b/service/datastore/pls.go
|
| similarity index 97%
|
| rename from service/rawdatastore/datastore.go
|
| rename to service/datastore/pls.go
|
| index 6d7acb0a20f9c4736f35a2b21ca01de3d95281ea..63a07eb25191256722200721e89195307c22434a 100644
|
| --- a/service/rawdatastore/datastore.go
|
| +++ b/service/datastore/pls.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 (
|
| "reflect"
|
|
|