VictoriaMetrics/app/vmctl/opentsdb
Aliaksandr Valialkin 1f89278d88
all: subsitute ioutil.ReadAll with io.ReadAll
ioutil.ReadAll is deprecated since Go1.16 - see https://tip.golang.org/doc/go1.16#ioutil
VictoriaMetrics requires at least Go1.18, so it is OK to switch from ioutil.ReadAll to io.ReadAll.

This is a follow-up for 02ca2342ab
2022-08-22 00:16:37 +03:00
..
opentsdb.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:37 +03:00
parser.go Address some edge cases in OpenTSDB importer and speed it up (#2019) 2022-01-04 08:51:23 +02:00
parser_test.go Address some edge cases in OpenTSDB importer and speed it up (#2019) 2022-01-04 08:51:23 +02:00