| Index: service/datastore/key.go
|
| diff --git a/service/rawdatastore/datastore_key.go b/service/datastore/key.go
|
| similarity index 98%
|
| rename from service/rawdatastore/datastore_key.go
|
| rename to service/datastore/key.go
|
| index c9e74dd8e35c68679e99e083ecb63e24a91928f8..0e588754b8af7f2af8fbf6601d28f60d28282282 100644
|
| --- a/service/rawdatastore/datastore_key.go
|
| +++ b/service/datastore/key.go
|
| @@ -4,7 +4,7 @@
|
|
|
| // adapted from github.com/golang/appengine/datastore
|
|
|
| -package rawdatastore
|
| +package datastore
|
|
|
| import (
|
| "bytes"
|
| @@ -13,7 +13,7 @@ import (
|
| "strconv"
|
| "strings"
|
|
|
| - pb "github.com/luci/gae/service/rawdatastore/internal/protos/datastore"
|
| + pb "github.com/luci/gae/service/datastore/internal/protos/datastore"
|
|
|
| "github.com/golang/protobuf/proto"
|
| )
|
|
|