package
0.0.0-20240328093838-80fb781f0451
Repository: https://github.com/fr-str/go-utils.git
Documentation: pkg.go.dev

# Functions

IsNumeric quickly checks if string is a number.
RoundTo rounds `n` float to `decimals` number after comma RoundTo(1.123, 1) = 1.1 RoundTo(1.655, 2) = 1.66.

# Interfaces

No description provided by the author