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
path: root/my_MM
diff options
context:
space:
mode:
Diffstat (limited to 'my_MM')
-rw-r--r--my_MM/my_MM.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/my_MM/my_MM.go b/my_MM/my_MM.go
index 2beca196..fb531d6c 100644
--- a/my_MM/my_MM.go
+++ b/my_MM/my_MM.go
@@ -138,7 +138,7 @@ func (my *my_MM) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, my.Percent[0])
+ b = append(b, my.percent...)
return b
}