package
1.0.1
Repository: https://github.com/programmer-richa/utility.git
Documentation: pkg.go.dev

# Functions

ConvertToMap converts a struct to bson.M This is used for updating the data In this function removes empty fields and id from the struct as per user choice.
CurrencyFormat returns string representation of value rounded to a floating-point value to up by 2 decimal places.
Round2DecimalPlaces rounds to a floating-point value to up by 2 decimal places.
TitleCase makes first letter of words uppercase in a string.