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
bstream_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
chunk.go
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