Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 13, 2021 00:13
Show Gist options
  • Save parzibyte/dd61281c5b4521a711c5b98d791416c5 to your computer and use it in GitHub Desktop.
Save parzibyte/dd61281c5b4521a711c5b98d791416c5 to your computer and use it in GitHub Desktop.
func agregarCeroSiEsNecesario(valor int) string {
return fmt.Sprintf("%03d", valor)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment