Use stdlib context in generated Go files (#4904)

This commit is contained in:
Felix Hanley
2018-10-23 10:28:58 +11:00
committed by Robert
parent ff687ae9c1
commit 560718e976
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ package Example
import "github.com/google/flatbuffers/go"
import (
context "golang.org/x/net/context"
context "context"
grpc "google.golang.org/grpc"
)