Skip to content

Commit fbe7944

Browse files
committed
appengine: use stdlib context instead of x/net/context
1 parent c453e0c commit fbe7944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/appengine_gen1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
package google
1010

1111
import (
12+
"context"
1213
"sort"
1314
"strings"
1415
"sync"
1516

16-
"golang.org/x/net/context"
1717
"golang.org/x/oauth2"
1818
"google.golang.org/appengine"
1919
)

google/appengine_gen2_flex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
package google
1010

1111
import (
12+
"context"
1213
"log"
1314
"sync"
1415

15-
"golang.org/x/net/context"
1616
"golang.org/x/oauth2"
1717
)
1818

0 commit comments

Comments
 (0)