1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-17 11:09:12 -04:00

fix: switch away from ioutil

This commit is contained in:
Shelikhoo
2021-09-28 18:12:40 +01:00
parent 0c3105691f
commit 82e730bb70
5 changed files with 2 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ package mergers
import (
"io"
"io/ioutil"
"path/filepath"
"strings"

View File

@@ -3,7 +3,6 @@ package mergers
import (
"fmt"
"io"
"io/ioutil"
"github.com/v2fly/v2ray-core/v4/common/cmdarg"
"github.com/v2fly/v2ray-core/v4/infra/conf/merge"