Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CodeWriter ¶
type CodeWriter struct { Writer io.Writer IndentStr string // contains filtered or unexported fields }
func (*CodeWriter) Indent ¶
func (w *CodeWriter) Indent()
func (*CodeWriter) Unindent ¶
func (w *CodeWriter) Unindent()
func (*CodeWriter) WriteIndent ¶
func (w *CodeWriter) WriteIndent() error
Click to show internal directories.
Click to hide internal directories.