VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin f4fd917e4f lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt
All the callers for fs.OpenReaderAt expect that the file will be opened.
So it is better to log fatal error inside fs.MustOpenReaderAt instead of leaving this to the caller.
2020-11-23 09:57:30 +02:00
..
netstorage.go app/vmselect/netstorage: typo fix after 990eb29a9b 2020-11-23 01:09:43 +02:00
tmp_blocks_file_test.go all: add native format for data export and import 2020-09-27 17:36:38 +03:00
tmp_blocks_file.go lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt 2020-11-23 09:57:30 +02:00