From c334bccd4441835f9aab1e711805b9f68be0c2c7 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Sat, 18 Apr 2026 04:13:10 +0200 Subject: [PATCH] follow up changes in the readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d6f7b25..16b756c 100644 --- a/readme.md +++ b/readme.md @@ -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: