Closed alexandear closed 2 months ago
The PR refactors by replacing the import "golang.org/x/net/context" with "context". Also, enable depguard linter to prevent importing "golang.org/x/net/context" in the future.
"golang.org/x/net/context"
"context"
depguard
The PR refactors by replacing the import
"golang.org/x/net/context"
with"context"
. Also, enabledepguard
linter to prevent importing"golang.org/x/net/context"
in the future.