mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
9 lines
99 B
Go
9 lines
99 B
Go
package netstorage
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func mustFadviseRandomRead(f *os.File) {
|
|
// Do nothing :)
|
|
}
|