| 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
|
|
|