//
pkg.gl
Category
github.com/remobjects/goldbaselibrary
Source
Gold
printer
package
0.0.0-20240830091141-819b40b304b5
Repository:
https://github.com/remobjects/goldbaselibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
2.8k SLOC
#
Functions
Fprint
Fprint "pretty-prints" an AST node to output.
#
Constants
RawFormat
do not use a tabwriter; if set, UseSpaces is ignored.
SourcePos
emit //line directives to preserve original source positions.
TabIndent
use tabs for indentation independent of UseSpaces.
UseSpaces
use spaces instead of tabs for alignment.
#
Structs
CommentedNode
A CommentedNode bundles an AST node and corresponding comments.
Config
A Config node controls the output of Fprint.
#
Type aliases
Mode
A Mode value is a set of flags (or 0).