| Index: go/src/infra/gae/libs/wrapper/memory/doc.go
 | 
| diff --git a/go/src/infra/gae/libs/wrapper/gae/doc.go b/go/src/infra/gae/libs/wrapper/memory/doc.go
 | 
| similarity index 51%
 | 
| copy from go/src/infra/gae/libs/wrapper/gae/doc.go
 | 
| copy to go/src/infra/gae/libs/wrapper/memory/doc.go
 | 
| index 0ad97f19222b86e58a60e94e40052f7ce1c47b3e..4bd4971b202e7129dc54f0a55435c47c3508e15c 100644
 | 
| --- a/go/src/infra/gae/libs/wrapper/gae/doc.go
 | 
| +++ b/go/src/infra/gae/libs/wrapper/memory/doc.go
 | 
| @@ -2,6 +2,6 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -// Package gae provides an implementation of infra/gae/libs/wrapper which
 | 
| -// backs to appengine.
 | 
| -package gae
 | 
| +// Package memory provides an implementation of infra/gae/libs/wrapper which
 | 
| +// backs to local memory ONLY. This is useful for unittesting.
 | 
| +package memory
 | 
| 
 |