| Index: service/datastore/errors.go
|
| diff --git a/service/rawdatastore/errors.go b/service/datastore/errors.go
|
| similarity index 93%
|
| rename from service/rawdatastore/errors.go
|
| rename to service/datastore/errors.go
|
| index 6ab0b563733268fc66c6ed1833e8d21ab46c0869..b71415652bc1c80c061310ad550552feee1f5096 100644
|
| --- a/service/rawdatastore/errors.go
|
| +++ b/service/datastore/errors.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 (
|
| "fmt"
|
| @@ -11,7 +11,7 @@ import (
|
| "google.golang.org/appengine/datastore"
|
| )
|
|
|
| -// These errors are returned by various rawdatastore.Interface methods.
|
| +// These errors are returned by various datastore.Interface methods.
|
| var (
|
| ErrInvalidEntityType = datastore.ErrInvalidEntityType
|
| ErrInvalidKey = datastore.ErrInvalidKey
|
|
|