Documentation ¶
Overview ¶
Package extensions provides functions that extend basic Go types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToString ¶ added in v1.2.0
ConvertToString converts the input value to a string. If a conversion cannot be made, an empty string is returned.
func FloatToString ¶
FloatToString converts a float to a string. Trailing zeroes will be trimmed. The decimal will be trimmed if no trailing zeroes are present.
func ScaleString ¶
ScaleString scales the numbers in the string in-place. The string may contain fractions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.