mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
10 lines
99 B
Go
10 lines
99 B
Go
![]() |
package netstorage
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
)
|
||
|
|
||
|
func mustFadviseRandomRead(f *os.File) {
|
||
|
// Do nothing :)
|
||
|
}
|