Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PadWithZero ¶
PadWithZero returns a string representation of i (0 <= i < 10) padded with '0' in front, else it returns a string representation of i. For example: '0' => '00', '1' => '01' etc.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.