mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-25 17:23:52 -04:00
fix context reference
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user