bytes | Package bytes implements functions for the manipulation of byte slices. |
cuelang.org/go/internal/golangorgx/gopls/util/safetoken | Package safetoken provides wrappers around methods in go/token, that return errors rather than panicking. |
cuelang.org/go/internal/golangorgx/tools/typeparams | Package typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18. |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/scanner | Package scanner implements a scanner for Go source text. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |