OLD | NEW |
---|---|
1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 package funnybase | 5 package cmpbin |
6 | 6 |
7 // don't be hatin' | 7 // don't be hatin' |
8 const ( | 8 const ( |
9 » b00000000 = iota | 9 » b00000000 byte = iota |
10 b00000001 | 10 b00000001 |
11 b00000010 | 11 b00000010 |
12 b00000011 | 12 b00000011 |
13 b00000100 | 13 b00000100 |
14 b00000101 | 14 b00000101 |
15 b00000110 | 15 b00000110 |
16 b00000111 | 16 b00000111 |
17 b00001000 | 17 b00001000 |
18 b00001001 | 18 b00001001 |
19 b00001010 | 19 b00001010 |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
256 b11110111 | 256 b11110111 |
257 b11111000 | 257 b11111000 |
258 b11111001 | 258 b11111001 |
259 b11111010 | 259 b11111010 |
260 b11111011 | 260 b11111011 |
261 b11111100 | 261 b11111100 |
262 b11111101 | 262 b11111101 |
263 b11111110 | 263 b11111110 |
264 b11111111 | 264 b11111111 |
265 ) | 265 ) |
OLD | NEW |