context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
golang.org/x/tools/internal/event | Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way. |
golang.org/x/tools/internal/lsp/debug/tag | |
golang.org/x/tools/internal/lsp/protocol | |
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. |
golang.org/x/xerrors | Package xerrors implements functions to manipulate errors. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |