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

Unified Diff: go/src/infra/gae/libs/wrapper/memory/doc.go

Issue 1152383003: Simple memory testing for gae/wrapper (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@better_context_lite
Patch Set: add go-slab dependency Created 5 years, 7 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
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
« no previous file with comments | « go/src/infra/gae/libs/wrapper/memory/datastore_test.go ('k') | go/src/infra/gae/libs/wrapper/memory/gkvlite_utils.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698