mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
9f94c295ab
The ioutil.{Read|Write}File is deprecated since Go1.16 -
see https://tip.golang.org/doc/go1.16#ioutil
VictoriaMetrics needs at least Go1.18, so it is safe to remove ioutil usage
from source code.
This is a follow-up for
|
||
---|---|---|
.. | ||
auth.go | ||
err_group.go | ||
err_group_test.go | ||
links.go | ||
metrics.go | ||
tls.go | ||
tls_test.go |