Skip to content

Commit

Permalink
cleaned up some more
Browse files Browse the repository at this point in the history
  • Loading branch information
jagottsicher committed Oct 7, 2022
1 parent 6307da9 commit 12d2309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# myGoToolbox
myGoToolbox is package which contains a collection of useful functions and handy tools for recurring tasks in my Go projects
myGoToolbox is package which contains a collection of useful functions and handy tools for recurring tasks in your Go projects

## thousands.go
thousands.go mainly consists of the function Separate which adds thousands separators to numbers. It takes two arguments: the number and a language-code you want to use. It returns a string with thousands separators as commonly used in this lang/region. Actually Separate supports English, German and French (intl. recommended) notation. More information about [decimal separators](https://en.wikipedia.org/wiki/Decimal_separator).
Expand Down

0 comments on commit 12d2309

Please sign in to comment.