golang.org/x/tools/go/packages | Package packages loads Go packages for inspection and analysis. |
golang.org/x/tools/internal/testenv | Package testenv contains helper functions for skipping tests based on which tools are present in the environment. |
golang.org/x/tools/txtar | Package txtar implements a trivial text-based file archive format. |
io/fs | Package fs defines basic interfaces to a file system. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |