import "golang.org/x/tools/internal/xcontext"
Package xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.
Detach returns a context that keeps all the values of its parent context but detaches from the cancellation and error handling.
Package xcontext imports 2 packages (graph) and is imported by 14 packages. Updated 2021-01-21. Refresh now. Tools for package owners.