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 'gu_IN/gu_IN.go')
-rw-r--r--gu_IN/gu_IN.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/gu_IN/gu_IN.go b/gu_IN/gu_IN.go
index 0342ceee..bdf99f46 100644
--- a/gu_IN/gu_IN.go
+++ b/gu_IN/gu_IN.go
@@ -192,9 +192,7 @@ func (gu *gu_IN) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- for j := len(gu.percent) - 1; j >= 0; j-- {
- b = append(b, gu.percent[j])
- }
+ b = append(b, gu.percent...)
return b
}