Skip to content

Instantly share code, notes, and snippets.

@thebaer
Created February 1, 2015 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebaer/f4dd375e01d6581c9be2 to your computer and use it in GitHub Desktop.
Save thebaer/f4dd375e01d6581c9be2 to your computer and use it in GitHub Desktop.
avgStr := strings.TrimRight(fmt.Sprintf("%.2f", avg), "0")
avgStr = strings.TrimRight(avgStr, ".")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment