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