Documentation ¶
Overview ¶
Package fmtproxy is a package that provides a fmt proxy for the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fmt ¶
type Fmt interface { Fprintf(w ioproxy.WriterInstanceInterface, format string, a ...any) Sprintf(format string, a ...any) string }
Fmt is an interface for fmt.
Click to show internal directories.
Click to hide internal directories.