VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin 9ddd2699fd
all: remove the remaining bits of io/ioutil
The io/ioutil package is deprecated since Go1.16 - see https://tip.golang.org/doc/go1.16#ioutil

VictoriaMetrics requires at least Go1.18, so it is time to remove the io/ioutil from source code

This is a follow-up for 02ca2342ab
2022-08-22 00:22:41 +03:00
..
netstorage.go app/vmselect/netstorage: fix a bug introduced in 1a254ea20c 2022-08-17 14:07:51 +03:00
netstorage_test.go app/vmselect/netstorage: optimize mergeSortBlocks function 2022-07-09 00:35:38 +03:00
netstorage_timing_test.go app/vmselect/netstorage: add mergeSortBlocks benchmark for the worstcase 2022-07-12 12:26:27 +03:00
tmp_blocks_file.go all: remove the remaining bits of io/ioutil 2022-08-22 00:22:41 +03:00
tmp_blocks_file_test.go app/vmselect/netstorage: remove common contention points related to inter-CPU communcations 2022-08-11 23:22:56 +03:00