Skip to content

Instantly share code, notes, and snippets.

@cdemers
Created January 18, 2017 03:24
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 cdemers/50a04304b64e1ae5c77d83ea293ee8a7 to your computer and use it in GitHub Desktop.
Save cdemers/50a04304b64e1ae5c77d83ea293ee8a7 to your computer and use it in GitHub Desktop.
Go (golang) float formatting WITHOUT rounding
s := fmt.Sprintf("%.4f", 10/6.0)[0:5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment