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

Unified Diff: go/src/infra/libs/funnybase/binary_vals_test.go

Issue 1153883002: go: infra/libs/* now live in luci-go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: move the rest too 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/libs/errors/multierror.go ('k') | go/src/infra/libs/funnybase/funnybase.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/libs/funnybase/binary_vals_test.go
diff --git a/go/src/infra/libs/funnybase/binary_vals_test.go b/go/src/infra/libs/funnybase/binary_vals_test.go
deleted file mode 100644
index 8397519ccda8104553d1b5653af87ba451f46f1d..0000000000000000000000000000000000000000
--- a/go/src/infra/libs/funnybase/binary_vals_test.go
+++ /dev/null
@@ -1,265 +0,0 @@
-// 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 funnybase
-
-// don't be hatin'
-const (
- b00000000 = iota
- b00000001
- b00000010
- b00000011
- b00000100
- b00000101
- b00000110
- b00000111
- b00001000
- b00001001
- b00001010
- b00001011
- b00001100
- b00001101
- b00001110
- b00001111
- b00010000
- b00010001
- b00010010
- b00010011
- b00010100
- b00010101
- b00010110
- b00010111
- b00011000
- b00011001
- b00011010
- b00011011
- b00011100
- b00011101
- b00011110
- b00011111
- b00100000
- b00100001
- b00100010
- b00100011
- b00100100
- b00100101
- b00100110
- b00100111
- b00101000
- b00101001
- b00101010
- b00101011
- b00101100
- b00101101
- b00101110
- b00101111
- b00110000
- b00110001
- b00110010
- b00110011
- b00110100
- b00110101
- b00110110
- b00110111
- b00111000
- b00111001
- b00111010
- b00111011
- b00111100
- b00111101
- b00111110
- b00111111
- b01000000
- b01000001
- b01000010
- b01000011
- b01000100
- b01000101
- b01000110
- b01000111
- b01001000
- b01001001
- b01001010
- b01001011
- b01001100
- b01001101
- b01001110
- b01001111
- b01010000
- b01010001
- b01010010
- b01010011
- b01010100
- b01010101
- b01010110
- b01010111
- b01011000
- b01011001
- b01011010
- b01011011
- b01011100
- b01011101
- b01011110
- b01011111
- b01100000
- b01100001
- b01100010
- b01100011
- b01100100
- b01100101
- b01100110
- b01100111
- b01101000
- b01101001
- b01101010
- b01101011
- b01101100
- b01101101
- b01101110
- b01101111
- b01110000
- b01110001
- b01110010
- b01110011
- b01110100
- b01110101
- b01110110
- b01110111
- b01111000
- b01111001
- b01111010
- b01111011
- b01111100
- b01111101
- b01111110
- b01111111
- b10000000
- b10000001
- b10000010
- b10000011
- b10000100
- b10000101
- b10000110
- b10000111
- b10001000
- b10001001
- b10001010
- b10001011
- b10001100
- b10001101
- b10001110
- b10001111
- b10010000
- b10010001
- b10010010
- b10010011
- b10010100
- b10010101
- b10010110
- b10010111
- b10011000
- b10011001
- b10011010
- b10011011
- b10011100
- b10011101
- b10011110
- b10011111
- b10100000
- b10100001
- b10100010
- b10100011
- b10100100
- b10100101
- b10100110
- b10100111
- b10101000
- b10101001
- b10101010
- b10101011
- b10101100
- b10101101
- b10101110
- b10101111
- b10110000
- b10110001
- b10110010
- b10110011
- b10110100
- b10110101
- b10110110
- b10110111
- b10111000
- b10111001
- b10111010
- b10111011
- b10111100
- b10111101
- b10111110
- b10111111
- b11000000
- b11000001
- b11000010
- b11000011
- b11000100
- b11000101
- b11000110
- b11000111
- b11001000
- b11001001
- b11001010
- b11001011
- b11001100
- b11001101
- b11001110
- b11001111
- b11010000
- b11010001
- b11010010
- b11010011
- b11010100
- b11010101
- b11010110
- b11010111
- b11011000
- b11011001
- b11011010
- b11011011
- b11011100
- b11011101
- b11011110
- b11011111
- b11100000
- b11100001
- b11100010
- b11100011
- b11100100
- b11100101
- b11100110
- b11100111
- b11101000
- b11101001
- b11101010
- b11101011
- b11101100
- b11101101
- b11101110
- b11101111
- b11110000
- b11110001
- b11110010
- b11110011
- b11110100
- b11110101
- b11110110
- b11110111
- b11111000
- b11111001
- b11111010
- b11111011
- b11111100
- b11111101
- b11111110
- b11111111
-)
« no previous file with comments | « go/src/infra/libs/errors/multierror.go ('k') | go/src/infra/libs/funnybase/funnybase.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698