Skip to content

Commit

Permalink
apply coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jun 22, 2021
1 parent 90b560c commit d0d09df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion transport/internet/grpc/dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion transport/internet/http/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0d09df

Please sign in to comment.