| Index: go/src/infra/gae/libs/wrapper/memory/datastore.go
|
| diff --git a/go/src/infra/gae/libs/wrapper/memory/datastore.go b/go/src/infra/gae/libs/wrapper/memory/datastore.go
|
| index fdf4df49fef3407a562288c5f3c18f1f5d3d3ebe..9573d7b46cd78f24eab1ef12300043ea9ef1effa 100644
|
| --- a/go/src/infra/gae/libs/wrapper/memory/datastore.go
|
| +++ b/go/src/infra/gae/libs/wrapper/memory/datastore.go
|
| @@ -20,9 +20,9 @@ import (
|
|
|
| //////////////////////////////////// public ////////////////////////////////////
|
|
|
| -// UseDS adds a wrapper.Datastore implementation to context, accessible
|
| +// useDS adds a wrapper.Datastore implementation to context, accessible
|
| // by wrapper.GetDS(c)
|
| -func UseDS(c context.Context) context.Context {
|
| +func useDS(c context.Context) context.Context {
|
| return wrapper.SetDSFactory(c, func(ic context.Context) wrapper.Datastore {
|
| dsd := cur(ic).Get(memContextDSIdx)
|
|
|
|
|