Versions in this module Expand all Collapse all v0 v0.4.1 Sep 25, 2021 v0.4.0 Sep 25, 2021 Changes in this version + func Fprint(output io.Writer, fset *token.FileSet, node interface{}) error + type CommentedNode struct + Comments []*ast.CommentGroup + Node interface{} + type Config struct + Indent int + Mode Mode + Tabwidth int + func (cfg *Config) Fprint(output io.Writer, fset *token.FileSet, node interface{}) error + type Mode uint + const GoGi + const GoPy + const RawFormat + const SourcePos + const TabIndent + const UseSpaces