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

Unified Diff: common/cmpbin/binary_vals_test.go

Issue 1219323002: Rename funnybase and add more serializations. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fixes 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 | « no previous file | common/cmpbin/common_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/cmpbin/binary_vals_test.go
diff --git a/common/funnybase/binary_vals_test.go b/common/cmpbin/binary_vals_test.go
similarity index 98%
rename from common/funnybase/binary_vals_test.go
rename to common/cmpbin/binary_vals_test.go
index 8397519ccda8104553d1b5653af87ba451f46f1d..5411532f464fa23968facce29c7e342340f1a554 100644
--- a/common/funnybase/binary_vals_test.go
+++ b/common/cmpbin/binary_vals_test.go
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package funnybase
+package cmpbin
// don't be hatin'
const (
- b00000000 = iota
+ b00000000 byte = iota
b00000001
b00000010
b00000011
« no previous file with comments | « no previous file | common/cmpbin/common_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698