1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00

integrate ioutil migration in test

Some inconsistent change have been introduced in a previous version of ioutil migration(0c3105691f).
This commit is contained in:
Shelikhoo 2021-09-29 09:25:23 +01:00
parent 2fcddf1966
commit 52d414fa49
No known key found for this signature in database
GPG Key ID: AA7BC347968E7DB1
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import (
"crypto/rand"
"fmt"
"io"
"io/ioutil"
"os"
"os/exec"
"path/filepath"
"runtime"

View File

@ -3,7 +3,7 @@ package scenarios
import (
"context"
"google.golang.org/protobuf/types/known/anypb"
"io/ioutil"
"io"
"net/http"
"net/url"
"testing"

View File

@ -5,7 +5,6 @@ import (
"context"
"crypto/rand"
"io"
"io/ioutil"
"net/http"
"net/url"
"testing"