Index: go/src/infra/gae/libs/wrapper/unsafe/doc.go |
diff --git a/go/src/infra/gae/libs/wrapper/unsafe/doc.go b/go/src/infra/gae/libs/wrapper/unsafe/doc.go |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9325913b3e12798836a6b8706d7b4beb418ebf00 |
--- /dev/null |
+++ b/go/src/infra/gae/libs/wrapper/unsafe/doc.go |
@@ -0,0 +1,8 @@ |
+// 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 unsafe contains all the ugly unsafe adaptations that are necessary |
+// to impersonate the normal GAE SDK API. Currently it only contains |
+// implementation for accessing casID in memcache.Item. |
+package unsafe |