package
0.0.0-20241113112105-d5176070b8d9
Repository: https://github.com/ortizdavid/go-nopain.git
Documentation: pkg.go.dev

# README

formatter

Package that handles formatting

Formatters

  • Currency
  • Padding (Left and Right)

# Functions

FormatCurrency formats the given amount as currency with the specified symbol.
Add repeated chars to the left of a string value Returns the concatenation of Padding and Original value Padding: char reptead N times.
Add repeated chars to the right of a string value Returns the concatenation of Padding and Original value Padding: char reptead N times.