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

Unified Diff: service/datastore/serialize/invertible_test.go

Issue 1292913002: Split off serialization and key functions to their own packages. (Closed) Base URL: https://github.com/luci/gae.git@make_queries_better
Patch Set: rebase Created 5 years, 4 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 | « service/datastore/serialize/invertible.go ('k') | service/datastore/serialize/serialize.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/serialize/invertible_test.go
diff --git a/service/datastore/invertible_test.go b/service/datastore/serialize/invertible_test.go
similarity index 99%
rename from service/datastore/invertible_test.go
rename to service/datastore/serialize/invertible_test.go
index 567520d04c86212a498897a1be73939be7a2d13f..caec46fb6b88740c045a9727b97b62d73bbe2217 100644
--- a/service/datastore/invertible_test.go
+++ b/service/datastore/serialize/invertible_test.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package datastore
+package serialize
import (
"bytes"
« no previous file with comments | « service/datastore/serialize/invertible.go ('k') | service/datastore/serialize/serialize.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698