Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mr_IN/mr_IN_test.go')
-rw-r--r--mr_IN/mr_IN_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/mr_IN/mr_IN_test.go b/mr_IN/mr_IN_test.go
index e9e802b9..7ac7bbb5 100644
--- a/mr_IN/mr_IN_test.go
+++ b/mr_IN/mr_IN_test.go
@@ -24,9 +24,4 @@ func TestGrouping(t *testing.T) {
t.Errorf("Expected '%s' Got '%s", tt.expected, s)
}
}
-
- // num := float64(1123456.5643)
-
- // s := trans.FmtNumber(num, 2)
- // fmt.Println(string(s))
}