package xcontext

Import Path
	golang.org/x/pkgsite/internal/xcontext (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 0 packages

Involved Source Files Package xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.
Package-Level Type Names (only one, which is unexported)
/* sort exporteds by: | */
Package-Level Functions (only one, which is exported)
Detach returns a context that keeps all the values of its parent context but detaches from the cancellation and error handling.