| Index: go/src/infra/gae/libs/wrapper/gae/doc.go
 | 
| diff --git a/go/src/infra/gae/libs/gae/prod/doc.go b/go/src/infra/gae/libs/wrapper/gae/doc.go
 | 
| similarity index 68%
 | 
| rename from go/src/infra/gae/libs/gae/prod/doc.go
 | 
| rename to go/src/infra/gae/libs/wrapper/gae/doc.go
 | 
| index a913f6bf656d1f8073799a36dec2b4f2866e0532..0ad97f19222b86e58a60e94e40052f7ce1c47b3e 100644
 | 
| --- a/go/src/infra/gae/libs/gae/prod/doc.go
 | 
| +++ b/go/src/infra/gae/libs/wrapper/gae/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 prod provides an implementation of infra/gae/libs/wrapper which
 | 
| +// Package gae provides an implementation of infra/gae/libs/wrapper which
 | 
|  // backs to appengine.
 | 
| -package prod
 | 
| +package gae
 | 
| 
 |