VictoriaMetrics/lib/filestream
Aliaksandr Valialkin df99965564
lib/filestream: change Create() to MustCreate()
Callers of this function log the returned error and exit.
It is better logging the error together with the path to the filename
and call stack directly inside the function. This simplifies
the code at callers' side without reducing the level of debuggability
2023-04-14 15:14:24 -07:00
..
filestream_darwin.go
filestream_freebsd.go
filestream_linux.go
filestream_openbsd.go
filestream_solaris.go
filestream_test.go
filestream_windows.go
filestream.go