Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IndentLevel is the value of current indent level. IndentLevel int = 0 // Indent is the string of current indent level. Indent string = "" )
Functions ¶
func Println ¶
func Println(a ...interface{})
Println writes the specified string. Indent is added and a newline is appended.
func SetIndentLevel ¶
func SetIndentLevel(level int)
SetIndentLevel sets the current indent level by integer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.