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

@@ -3,10 +3,10 @@ package testing
import (
"../../tests/MyGame/Example"
"context"
"net"
"testing"
"golang.org/x/net/context"
"google.golang.org/grpc"
)