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

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

Issue 1151473003: Better attempt at an appengine wrapper. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix coverage numbers 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
« no previous file with comments | « go/src/infra/gae/libs/wrapper/gae/datastore.go ('k') | go/src/infra/gae/libs/wrapper/gae/gae.infra_testing » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/wrapper/gae/doc.go
diff --git a/go/src/infra/gae/libs/wrapper/gae/doc.go b/go/src/infra/gae/libs/wrapper/gae/doc.go
new file mode 100644
index 0000000000000000000000000000000000000000..0ad97f19222b86e58a60e94e40052f7ce1c47b3e
--- /dev/null
+++ b/go/src/infra/gae/libs/wrapper/gae/doc.go
@@ -0,0 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// 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
« no previous file with comments | « go/src/infra/gae/libs/wrapper/gae/datastore.go ('k') | go/src/infra/gae/libs/wrapper/gae/gae.infra_testing » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698