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