package
0.0.0-20240728140001-8f9167bfd7f4
Repository: https://github.com/victorabarros/golang-class-notes.git
Documentation: pkg.go.dev

# Functions

Format takes in a string and an int and returns the string left-padded with spaces to the length of the int.
FormatRune takes in a string, an int, and a rune and returns the string left-padded with the specifed rune to the length of the int.