Boolean, struct and default format specifiers

Report a typo

Match each of the fmt package verbs with their description:

Match the items from left and right columns
%t
%%
%v
formats a raw % character
the default format if no format verb is chosen or no custom String method is implemented
formats a boolean value as true or false
___

Create a free account to access the full topic