From 12d23091b4fda766d9e3b037d2b06517c7ca0b0c Mon Sep 17 00:00:00 2001 From: jagottsicher Date: Fri, 7 Oct 2022 09:04:48 +0800 Subject: [PATCH] cleaned up some more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e0507..69f01eb 100644 --- a/README.md +++ b/README.md @@ -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).