Imports of package gen

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
golang.org/x/tools/internal/importsPackage imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
golang.org/x/tools/internal/lsp/command/commandmeta
text/templatePackage template implements data-driven templates for generating textual output.