Skip to content

The fmt library

tim-hardcastle edited this page Sep 27, 2023 · 1 revision

As these functions are in effect wrappers around their Golang counterparts, I hope it will suffice for now just to give the signatures of the functions in the library without detailed descriptions of what they do.

  • errorf(format string, a tuple)
  • sprint(a tuple)
  • sprintf(format string, a tuple)
  • sprintln(a tuple)
Clone this wiki locally