follow up changes in the readme
This commit is contained in:
parent
2ec220c1de
commit
c334bccd44
@ -28,6 +28,8 @@ four groups:
|
|||||||
- **Print:** similar to Println but without the extra newline.
|
- **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.
|
- **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.
|
- **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 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:
|
the input arguments are printed without types on a single line. The following suffixes are available:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user