Imports of package metadata

PathSynopsis
cuelang.org/go/internal/golangorgx/gopls/protocolPackage protocol contains the structs that map directly to the request and response messages of the Language Server Protocol.
cuelang.org/go/internal/golangorgx/gopls/util/bugPackage bug provides utilities for reporting internal bugs, and being notified when they occur.
cuelang.org/go/internal/golangorgx/tools/packagesinternalPackage packagesinternal exposes internal-only fields from go/packages.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
golang.org/x/tools/go/packagesPackage packages loads Go packages for inspection and analysis.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.