Golang fmt.Printf most used format specifiers

%v default format
%T type of the value
%d integers
%c character
%q quoted character or string
%s plain string
%t true or false
%f float numbers
%.2f floats up to 2 decimal points