VictoriaMetrics/app/vmselect/netstorage/fadvise_darwin.go
2019-09-30 00:13:33 +03:00

9 lines
103 B
Go

package netstorage
import (
"os"
)
func mustFadviseSequentialRead(f *os.File) {
// Do nothing :)
}