go/types | Package types declares the data types and implements the algorithms for type-checking of Go packages. |
golang.org/x/exp/typeparams | Package typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18. |
honnef.co/go/tools/go/types/typeutil | |
honnef.co/go/tools/knowledge | Package knowledge contains manually collected information about Go APIs. |
honnef.co/go/tools/staticcheck/fakereflect | |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |