소스 검색

fix context reference

Darien Raymond 7 년 전
부모
커밋
e1bdca446d
3개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 1
      app/log/command/command.go
  2. 2 1
      app/log/command/config.pb.go
  3. 2 1
      app/proxyman/command/command.pb.go

+ 2 - 1
app/log/command/command.go

@@ -3,7 +3,8 @@ package command
 //go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg command -path App,Log,Command
 
 import (
-	context "golang.org/x/net/context"
+	"context"
+
 	grpc "google.golang.org/grpc"
 
 	"v2ray.com/core"

+ 2 - 1
app/log/command/config.pb.go

@@ -5,7 +5,8 @@ import fmt "fmt"
 import math "math"
 
 import (
-	context "golang.org/x/net/context"
+	"context"
+
 	grpc "google.golang.org/grpc"
 )
 

+ 2 - 1
app/proxyman/command/command.pb.go

@@ -8,7 +8,8 @@ import v2ray_core_common_serial "v2ray.com/core/common/serial"
 import v2ray_core "v2ray.com/core"
 
 import (
-	context "golang.org/x/net/context"
+	"context"
+
 	grpc "google.golang.org/grpc"
 )