1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-30 05:56:54 -05:00

apply coding style

This commit is contained in:
Shelikhoo 2021-06-22 12:46:20 +01:00
parent 90b560cd75
commit d0d09dfa7f
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
2 changed files with 4 additions and 2 deletions

View File

@ -4,11 +4,12 @@ package grpc
import (
"context"
core "github.com/v2fly/v2ray-core/v4"
gonet "net"
"sync"
"time"
core "github.com/v2fly/v2ray-core/v4"
"google.golang.org/grpc"
"google.golang.org/grpc/backoff"
"google.golang.org/grpc/connectivity"

View File

@ -5,11 +5,12 @@ package http
import (
"context"
gotls "crypto/tls"
core "github.com/v2fly/v2ray-core/v4"
"net/http"
"net/url"
"sync"
core "github.com/v2fly/v2ray-core/v4"
"golang.org/x/net/http2"
"github.com/v2fly/v2ray-core/v4/common"