1
0

follow up changes in the readme

This commit is contained in:
Arpad Ryszka 2026-04-18 04:13:10 +02:00
parent 2ec220c1de
commit c334bccd44

View File

@ -28,6 +28,8 @@ four groups:
- **Print:** similar to Println but without the extra newline.
- **Fprint:** the Fprint type functions print Go objects to an arbitrary writer passed in as an argument.
- **Sprint:** the Sprint type functions return the string representation of Go objects instead of printing them.
- **Lprint:** the Lprint type functions print the string representation of the Go objects onto the provided
logging interface.
The format and the verbosity can be controlled with the suffixed variants of the above functions. By default,
the input arguments are printed without types on a single line. The following suffixes are available: