prometheus/tsdb/chunkenc
Oleg Zaytsev 40126a8494
Use binary literals for xor chunk encoding
An opinionated cosmetic change, but since go 1.13 we have this fancy
0b.... literals so we don't need to write hex and comment the binary
value.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
2021-07-05 16:39:24 +02:00
..
bstream.go Cleanup bstream_test.go based on post-merge feedback received on #7390 (#7413) 2020-06-18 14:49:39 +05:30
bstream_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
chunk.go tsdb/chunkenc: fix typo of return error. (#7670) 2020-10-28 12:03:11 +00:00
chunk_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
xor.go Use binary literals for xor chunk encoding 2021-07-05 16:39:24 +02:00