0 votes
in GoLang by
How can you format a string without printing?

1 Answer

0 votes
by

You should the following command to format a string without printing:

return fmt.Sprintf ("at %v, %s" , e.When , e.What )

Related questions

0 votes
asked Aug 11, 2022 in GoLang by SakshiSharma
0 votes
asked Aug 19, 2022 in GoLang by john ganales
...