Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: go/src/infra/gae/libs/gae/prod/doc.go

Issue 1240573002: Reland: Refactor current GAE abstraction library to be free of the SDK* (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: expand coverage range to fit 32bit test expectations Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/gae/libs/gae/prod/datastore_key.go ('k') | go/src/infra/gae/libs/gae/prod/globalinfo.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/prod/doc.go
diff --git a/go/src/infra/gae/libs/wrapper/gae/doc.go b/go/src/infra/gae/libs/gae/prod/doc.go
similarity index 68%
rename from go/src/infra/gae/libs/wrapper/gae/doc.go
rename to go/src/infra/gae/libs/gae/prod/doc.go
index 0ad97f19222b86e58a60e94e40052f7ce1c47b3e..a913f6bf656d1f8073799a36dec2b4f2866e0532 100644
--- a/go/src/infra/gae/libs/wrapper/gae/doc.go
+++ b/go/src/infra/gae/libs/gae/prod/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
+// Package prod provides an implementation of infra/gae/libs/wrapper which
// backs to appengine.
-package gae
+package prod
« no previous file with comments | « go/src/infra/gae/libs/gae/prod/datastore_key.go ('k') | go/src/infra/gae/libs/gae/prod/globalinfo.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698