cleanup: replace "x/net/context" import with "context" (#2439)
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
package tap
|
||||
|
||||
import (
|
||||
"golang.org/x/net/context"
|
||||
"context"
|
||||
)
|
||||
|
||||
// Info defines the relevant information needed by the handles.
|
||||
|
Reference in New Issue
Block a user