package
21.11.1
Repository: https://github.com/cs-si/safescale.git
Documentation: pkg.go.dev

# Functions

Capitalize makes the first letter of the first word uppercased.
FormatStrings formats the strings passed as parameters, using first one as format specifier for fmt.Sprintf if there are more than 1 string.
Plural returns 's' if value > 1, "" otherwise.