VictoriaMetrics/app/vmselect/netstorage/fadvise_darwin.go

10 lines
99 B
Go
Raw Normal View History

2019-05-22 21:16:55 +00:00
package netstorage
import (
"os"
)
func mustFadviseRandomRead(f *os.File) {
// Do nothing :)
}