Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + func Fprint(output io.Writer, fset *token.FileSet, node any) error + type CommentedNode struct + Comments []*ast.CommentGroup + Node any + type Config struct + Indent int + Mode Mode + Tabwidth int + func (cfg *Config) Fprint(output io.Writer, fset *token.FileSet, node any) error + type Mode uint + const RawFormat + const SourcePos + const TabIndent + const UseSpaces