Commit 3448067
committed
Switch from x/net/context to context
Since go 1.7, "context" is a standard package. Since go 1.9,
x/net/context merelyprovides some types aliased to those in the
standard context package, so there is no functional change.
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent c2ac4ec commit 3448067
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments