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