| Index: service/datastore/context.go
|
| diff --git a/service/rawdatastore/context.go b/service/datastore/context.go
|
| similarity index 99%
|
| rename from service/rawdatastore/context.go
|
| rename to service/datastore/context.go
|
| index f1603b5af8a983ffa67400114b9a09157c3d62c8..929786e6477933f59227f3bb90b2b99639dea4c6 100644
|
| --- a/service/rawdatastore/context.go
|
| +++ b/service/datastore/context.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 (
|
| "golang.org/x/net/context"
|
|
|