mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-05 02:29:13 -04:00
update version: auto replacement to v5 path
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"io"
|
||||
"os"
|
||||
|
||||
"github.com/v2fly/v2ray-core/v4/common/buf"
|
||||
"github.com/v2fly/v2ray-core/v4/common/platform"
|
||||
"github.com/v2fly/v2ray-core/v4/common/platform/filesystem/fsifce"
|
||||
"github.com/v2fly/v2ray-core/v5/common/buf"
|
||||
"github.com/v2fly/v2ray-core/v5/common/platform"
|
||||
"github.com/v2fly/v2ray-core/v5/common/platform/filesystem/fsifce"
|
||||
)
|
||||
|
||||
var NewFileSeeker fsifce.FileSeekerFunc = func(path string) (io.ReadSeekCloser, error) {
|
||||
|
||||
Reference in New Issue
Block a user