fix context reference

This commit is contained in:
Darien Raymond
2018-03-05 21:15:41 +01:00
parent 6e293f492c
commit e1bdca446d
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -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"